1 | <?php |
||
7 | final class DenormalizerException extends \RuntimeException |
||
8 | { |
||
9 | /** |
||
10 | * @param string $class |
||
11 | * |
||
12 | * @return self |
||
13 | */ |
||
14 | public static function createMissingMapping(string $class): self |
||
18 | |||
19 | /** |
||
20 | * @param string $path |
||
21 | * |
||
22 | * @return self |
||
23 | */ |
||
24 | public static function createNotAllowedAddtionalField(string $path): self |
||
28 | } |
||
29 |