@@ -109,7 +109,8 @@ |
||
109 | 109 | substr($this->aesKey, 0, 16), |
110 | 110 | OPENSSL_NO_PADDING |
111 | 111 | )); |
112 | - } catch (Throwable $e) { // @codeCoverageIgnore |
|
112 | + } catch (Throwable $e) { |
|
113 | +// @codeCoverageIgnore |
|
113 | 114 | throw new RuntimeException($e->getMessage(), self::ERROR_ENCRYPT_AES); // @codeCoverageIgnore |
114 | 115 | } |
115 | 116 |