Total Complexity | 2 |
Total Lines | 29 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
11 | class ObjectWriteException extends ApieException implements LocalizationableException |
||
12 | { |
||
13 | /** |
||
14 | * @var string |
||
15 | */ |
||
16 | private $name; |
||
17 | |||
18 | /** |
||
19 | * @param SetterInterface $method |
||
20 | * @param string $fieldName |
||
21 | * @param Throwable $previous |
||
22 | */ |
||
23 | public function __construct( |
||
31 | } |
||
32 | |||
33 | public function getI18n(): LocalizationInfo |
||
44 |