Total Complexity | 3 |
Total Lines | 20 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 1 | Features | 1 |
1 | <?php |
||
13 | class OnlyValueObjectInterfaceSupportException extends ApieException implements FieldNameAwareInterface |
||
14 | { |
||
15 | private $fieldName; |
||
16 | |||
17 | public function __construct(string $fieldName, ?string $className) |
||
25 | } |
||
26 | |||
27 | /** |
||
28 | * @return string |
||
29 | */ |
||
30 | public function getFieldName(): string |
||
35 |