@@ -98,7 +98,7 @@ |
||
98 | 98 | } catch (CheckException $exception) { |
99 | 99 | $checkResult = new Failure($exception->getCode(), $exception); |
100 | 100 | } catch (Exception $exception) { |
101 | - $errorUnexpected = CheckUnexpectedException::catchUnexpectedError(__CLASS__, __METHOD__, $exception); |
|
101 | + $errorUnexpected = CheckUnexpectedException::catchUnexpectedError(__CLASS__, __METHOD__, $exception); |
|
102 | 102 | $checkResult = new Failure($errorUnexpected->getCode(), $errorUnexpected); |
103 | 103 | } |
104 | 104 |