| 1 | <?php |
||
| 13 | class CertificateException extends \RuntimeException implements ExceptionInterface |
||
| 14 | { |
||
| 15 | 1 | public static function unableToRead() |
|
| 19 | |||
| 20 | public static function unableToOpen() |
||
| 24 | |||
| 25 | public static function signContent() |
||
| 31 | |||
| 32 | public static function getPrivateKey() |
||
| 36 | |||
| 37 | public static function signatureFailed() |
||
| 43 | |||
| 44 | 1 | protected static function getOpenSSLError() |
|
| 52 | } |
||
| 53 |