vendor/doctrine-fixtures/lib/Doctrine/Common/DataFixtures/Exception/CircularReferenceException.php
equal
deleted
inserted
replaced
|
1 <?php |
|
2 |
|
3 namespace Doctrine\Common\DataFixtures\Exception; |
|
4 |
|
5 use Doctrine\Common\CommonException; |
|
6 |
|
7 class CircularReferenceException extends CommonException |
|
8 { |
|
9 } |