fusionpbx/resources/qr_code/QRCodeException.php

15 lines
282 B
PHP
Raw Permalink Normal View History

2018-08-30 09:30:39 +02:00
<?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 <greubel@nkey.de>
* @package phpQr
*/
class QRCodeException extends ErrorException {};