We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9b9364 commit 63fbbceCopy full SHA for 63fbbce
src/DatabaseException.php
@@ -12,4 +12,6 @@
12
13
namespace chillerlan\Database;
14
15
-class DatabaseException extends \Exception{}
+use Exception;
16
+
17
+class DatabaseException extends Exception{}
0 commit comments