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 726868a commit bbd9f4fCopy full SHA for bbd9f4f
src/Database/Adapter/SQLite.php
@@ -9,10 +9,10 @@
9
use Utopia\Database\Document;
10
use Utopia\Database\Exception as DatabaseException;
11
use Utopia\Database\Exception\Duplicate;
12
-use Utopia\Database\Exception\Unique as UniqueException;
13
use Utopia\Database\Exception\NotFound as NotFoundException;
14
use Utopia\Database\Exception\Timeout as TimeoutException;
15
use Utopia\Database\Exception\Transaction as TransactionException;
+use Utopia\Database\Exception\Unique as UniqueException;
16
use Utopia\Database\Helpers\ID;
17
18
/**
0 commit comments