| Total Complexity | 1 |
| Total Lines | 12 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 30 | class CryptoNotEnabledException extends \InvalidArgumentException |
||
| 31 | { |
||
| 32 | /** |
||
| 33 | * CryptoNotEnabledException constructor. |
||
| 34 | * |
||
| 35 | * @param string $message [optional] The Exception message to throw. |
||
| 36 | * @param int $code [optional] The Exception code. |
||
| 37 | * @param \Throwable $previous [optional] The previous throwable used for the exception chaining. |
||
| 38 | */ |
||
| 39 | public function __construct($message = '', $code = 0, \Throwable $previous = null) |
||
| 44 |