diff options
Diffstat (limited to 'vendor/doctrine/orm/src/Exception/RepositoryException.php')
| -rw-r--r-- | vendor/doctrine/orm/src/Exception/RepositoryException.php | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/vendor/doctrine/orm/src/Exception/RepositoryException.php b/vendor/doctrine/orm/src/Exception/RepositoryException.php new file mode 100644 index 0000000..3b2d51b --- /dev/null +++ b/vendor/doctrine/orm/src/Exception/RepositoryException.php | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | <?php | ||
| 2 | |||
| 3 | declare(strict_types=1); | ||
| 4 | |||
| 5 | namespace Doctrine\ORM\Exception; | ||
| 6 | |||
| 7 | /** | ||
| 8 | * This interface should be implemented by all exceptions in the Repository | ||
| 9 | * namespace. | ||
| 10 | */ | ||
| 11 | interface RepositoryException extends ORMException | ||
| 12 | { | ||
| 13 | } | ||
