diff options
Diffstat (limited to 'vendor/doctrine/orm/src/Exception/PersisterException.php')
| -rw-r--r-- | vendor/doctrine/orm/src/Exception/PersisterException.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/vendor/doctrine/orm/src/Exception/PersisterException.php b/vendor/doctrine/orm/src/Exception/PersisterException.php new file mode 100644 index 0000000..2563a46 --- /dev/null +++ b/vendor/doctrine/orm/src/Exception/PersisterException.php | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | <?php | ||
| 2 | |||
| 3 | declare(strict_types=1); | ||
| 4 | |||
| 5 | namespace Doctrine\ORM\Exception; | ||
| 6 | |||
| 7 | use Doctrine\ORM\Persisters\PersisterException as BasePersisterException; | ||
| 8 | |||
| 9 | class PersisterException extends BasePersisterException | ||
| 10 | { | ||
| 11 | } | ||
