@@ -12,7 +12,9 @@
namespace chillerlan\QRCode;
+use Exception;
+
/**
* An exception container
*/
-class QRCodeException extends \Exception{}
+class QRCodeException extends Exception{}