Skip to content

Commit 63fbbce

Browse files
committed
Revert ":octocat: phpunit 7.5"
This reverts commit d9b9364.
1 parent d9b9364 commit 63fbbce

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/DatabaseException.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,6 @@
1212

1313
namespace chillerlan\Database;
1414

15-
class DatabaseException extends \Exception{}
15+
use Exception;
16+
17+
class DatabaseException extends Exception{}

0 commit comments

Comments
 (0)