Current Path : /home/cinepatreb/billetterie/vendor/doctrine/orm/lib/Doctrine/ORM/Exception/ |
Current File : /home/cinepatreb/billetterie/vendor/doctrine/orm/lib/Doctrine/ORM/Exception/PersisterException.php |
<?php declare(strict_types=1); namespace Doctrine\ORM\Exception; use Doctrine\ORM\Persisters\PersisterException as BasePersisterException; class PersisterException extends BasePersisterException { }