Skip to content
This repository was archived by the owner on May 12, 2022. It is now read-only.

Commit 2363e44

Browse files
author
Nik Barham
committed
Minor namespace fix
1 parent 1486f1b commit 2363e44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Automatorm/Database/Query.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public function __construct($connection = 'default', $sql = null)
4040
} elseif (is_string($connection)) {
4141
$this->connection = Connection::get($connection);
4242
} else {
43-
throw new Ex\Database('Unknown connection', $connection);
43+
throw new Exception\Database('Unknown connection', $connection);
4444
}
4545

4646
if ($sql) $this->sql($sql);

0 commit comments

Comments
 (0)