QRCodeException.php 348 B

123456789101112131415161718
  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. /**
  14. * An exception container
  15. */
  16. class QRCodeException extends \Exception{}