1 | <?php |
||
10 | final class InvalidTemplateSpecified extends InvalidArgumentException implements GeneratorException |
||
11 | { |
||
12 | 1 | public static function notFoundOrNotReadable(string $path) : self |
|
16 | |||
17 | public static function notReadable(string $path) : self |
||
21 | |||
22 | 1 | public static function empty(string $path) : self |
|
26 | } |
||
27 |