| 1 | <?php |
||
| 12 | class CouldNotLoadLocalCertificate extends Exception |
||
| 13 | { |
||
| 14 | public static function certificateStringIsEmpty(): self |
||
| 18 | |||
| 19 | public static function certificatePathNotFound(string $path): self |
||
| 23 | |||
| 24 | public static function localCertificateParseFailed(): self |
||
| 28 | |||
| 29 | public static function certificateFilePermissionInvalid(string $path): self |
||
| 33 | |||
| 34 | public static function certificateFileReadFailed(string $path): self |
||
| 38 | } |
||
| 39 |