1 | <?php |
||
7 | class InvalidConfiguration extends Exception |
||
8 | { |
||
9 | public static function calendarIdNotSpecified() |
||
13 | |||
14 | public static function credentialsJsonDoesNotExist(string $path) |
||
18 | |||
19 | public static function credentialsTypeWrong($credentials) |
||
23 | |||
24 | public static function invalidAuthenticationProfile($authProfile) |
||
28 | } |
||
29 |