Edit File: QRCodeException.php
<?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{}
Back to File Manager