- <?php
- /**
- * This file is part of the phpQr package
- *
- * See @see QRCode class for description of package and license.
- */
- /**
- * A derived exception
- *
- * @author Maik Greubel <[email protected]>
- * @package phpQr
- */
- class QRCodeException extends ErrorException {};
|