mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-25 21:07:57 +00:00
16 lines
314 B
PHP
16 lines
314 B
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;
|
|
|
|
class QRCodeException extends \Exception{}
|