| 1 | <?php |
||
| 5 | class InvalidConfiguration extends \Exception |
||
| 6 | { |
||
| 7 | public static function pageIdAndTemplateRequired(): InvalidConfiguration |
||
| 11 | |||
| 12 | public static function fileNotFound(string $path): InvalidConfiguration |
||
| 16 | |||
| 17 | public static function invalidAdapterConfiguration(string $adapter, string $fields): InvalidConfiguration |
||
| 21 | } |
||
| 22 |