This commit is contained in:
codemasher
2020-04-04 03:47:07 +02:00
parent 743ed22fa2
commit bfe330991b
+3 -1
View File
@@ -12,7 +12,9 @@
namespace chillerlan\QRCode;
use Exception;
/**
* An exception container
*/
class QRCodeException extends \Exception{}
class QRCodeException extends Exception{}