QRCodeDataException.php 306 B

123456789101112131415
  1. <?php
  2. /**
  3. * Class QRCodeDataException
  4. *
  5. * @created 09.12.2015
  6. * @author Smiley <smiley@chillerlan.net>
  7. * @copyright 2015 Smiley
  8. * @license MIT
  9. */
  10. namespace chillerlan\QRCode\Data;
  11. use chillerlan\QRCode\QRCodeException;
  12. final class QRCodeDataException extends QRCodeException{}