QRCodeException.php 354 B

12345678910111213141516171819202122
  1. <?php
  2. /**
  3. * Class QRCodeException
  4. *
  5. * @filesource QRCodeException.php
  6. * @created 27.11.2015
  7. * @package chillerlan\QRCode
  8. * @author Smiley <smiley@chillerlan.net>
  9. * @copyright 2015 Smiley
  10. * @license MIT
  11. */
  12. namespace chillerlan\QRCode;
  13. use Exception;
  14. /**
  15. * Placeholder
  16. */
  17. class QRCodeException extends Exception{
  18. }