fusionpbx-ldap/resources/qr_code/QRCodeException.php

15 lines
282 B
PHP
Raw Permalink Normal View History

2022-09-05 08:18:30 +00: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 {};