1 | <?php |
||
5 | class InvalidConfiguration extends \Exception |
||
6 | { |
||
7 | 2 | 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 | public static function dotEnvNotFound(string $directory): InvalidConfiguration |
||
26 | |||
27 | public static function missingParameter(string $parameter): InvalidConfiguration |
||
31 | } |
||
32 |