| 1 | <?php |
||
| 15 | class MaxReferenceDepthExhaustedException extends ReferencedEntityIdLookupException { |
||
| 16 | |||
| 17 | /** |
||
| 18 | * @var int |
||
| 19 | */ |
||
| 20 | private $maxDepth; |
||
| 21 | |||
| 22 | /** |
||
| 23 | * @param EntityId $fromId |
||
| 24 | * @param PropertyId $propertyId |
||
| 25 | * @param EntityId[] $toIds |
||
| 26 | * @param int $maxDepth |
||
| 27 | * @param string|null $message |
||
| 28 | * @param Exception|null $previous |
||
| 29 | */ |
||
| 30 | public function __construct( |
||
| 43 | |||
| 44 | /** |
||
| 45 | * @return int |
||
| 46 | */ |
||
| 47 | public function getMaxDepth() { |
||
| 50 | |||
| 51 | } |
||
| 52 |