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