Sometimes a Illuminate\Contracts\Encryption\DecryptException is being thrown when trying to decrypt the $value being passed to checkValue.
Therefore, I have handled the exception. Nothing special just returning false if that exception is thrown so that we don't crash the application for no reason.
Sometimes a
Illuminate\Contracts\Encryption\DecryptException
is being thrown when trying to decrypt the$value
being passed tocheckValue
.Therefore, I have handled the exception. Nothing special just returning false if that exception is thrown so that we don't crash the application for no reason.
Here is the stack trace of the error
Also, mentioned here https://github.com/lukeraymonddowning/honey/issues/39