File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1010use Utopia \Database \Exception \Conflict as ConflictException ;
1111use Utopia \Database \Exception \Dependency as DependencyException ;
1212use Utopia \Database \Exception \Duplicate as DuplicateException ;
13+ use Utopia \Database \Exception \Index as IndexException ;
1314use Utopia \Database \Exception \Limit as LimitException ;
1415use Utopia \Database \Exception \NotFound as NotFoundException ;
1516use Utopia \Database \Exception \Query as QueryException ;
1617use Utopia \Database \Exception \Relationship as RelationshipException ;
1718use Utopia \Database \Exception \Restricted as RestrictedException ;
1819use Utopia \Database \Exception \Structure as StructureException ;
1920use Utopia \Database \Exception \Timeout as TimeoutException ;
20- use Utopia \Database \Exception \Index as IndexException ;
2121use Utopia \Database \Helpers \ID ;
2222use Utopia \Database \Helpers \Permission ;
2323use Utopia \Database \Helpers \Role ;
Original file line number Diff line number Diff line change 44
55use Utopia \Database \Exception ;
66
7- class Index extends Exception {}
7+ class Index extends Exception
8+ {
9+ }
You can’t perform that action at this time.
0 commit comments