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 63fbbce commit 95a1f60Copy full SHA for 95a1f60
src/DatabaseException.php
@@ -12,6 +12,4 @@
12
13
namespace chillerlan\Database;
14
15
-use Exception;
16
-
17
-class DatabaseException extends Exception{}
+class DatabaseException extends \Exception{}
0 commit comments