1 | <?php |
||
13 | class AttributeOverrideException extends DocumentException |
||
14 | { |
||
15 | /** |
||
16 | * AttributeOverrideException constructor. |
||
17 | * |
||
18 | * @param ResourceObject $resource |
||
19 | * @param string $name |
||
20 | * @param \Exception|null $previous |
||
21 | */ |
||
22 | 1 | public function __construct(ResourceObject $resource, string $name, \Exception $previous = null) |
|
28 | } |