mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-30 03:58:28 +00:00
🚿
This commit is contained in:
@@ -12,7 +12,9 @@
|
||||
|
||||
namespace chillerlan\QRCode;
|
||||
|
||||
use Exception;
|
||||
|
||||
/**
|
||||
* An exception container
|
||||
*/
|
||||
class QRCodeException extends \Exception{}
|
||||
class QRCodeException extends Exception{}
|
||||
|
||||
Reference in New Issue
Block a user