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