QRCodeException.php 282 B

1234567891011121314
  1. <?php
  2. /**
  3. * This file is part of the phpQr package
  4. *
  5. * See @see QRCode class for description of package and license.
  6. */
  7. /**
  8. * A derived exception
  9. *
  10. * @author Maik Greubel <[email protected]>
  11. * @package phpQr
  12. */
  13. class QRCodeException extends ErrorException {};