* It is free software; you can redistribute it and/or modify it
7
* under the terms of the GNU General Public License, either
8
* version 3 of the License, or any later version.
9
*
10
* For the full copyright and license information, see:
11
* http://www.gnu.org/licenses/gpl-3.0.html
12
*/
13
14
namespace Romm\Formz\Exceptions;
15
16
use Romm\Formz\Middleware\Item\AbstractMiddleware;
17
use Romm\Formz\Middleware\Signal\MiddlewareSignal;
18
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.';