1 | <?php |
||
19 | class ExtensionNotLoadedException extends FormzException |
||
20 | { |
||
21 | const OPENSSL_NOT_LOADED = 'The PHP extension `openssl` is not loaded. It is needed by FormZ to provide secured data encryption. Please install this extension on your server and try again.'; |
||
22 | |||
23 | /** |
||
24 | * @code 1490952646 |
||
25 | * |
||
26 | * @return self |
||
27 | */ |
||
28 | final public static function openSslNotLoaded() |
||
35 | } |
||
36 |