Skip to content

Commit

Permalink
Exception should extend database exception
Browse files Browse the repository at this point in the history
  • Loading branch information
christeredvartsen committed Jul 25, 2020
1 parent b00fc28 commit 59e7367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Exception/DuplicateImageIdentifierException.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
/**
* Duplicate Image Identifier exception - thrown if the image identifier already exists in the underlying database.
*/
class DuplicateImageIdentifierException extends RuntimeException {}
class DuplicateImageIdentifierException extends DatabaseException {}

0 comments on commit 59e7367

Please sign in to comment.