Add message so exception isn't empty.

This commit is contained in:
James Cole 2020-10-26 16:22:20 +01:00
parent c837692d72
commit aa3e467a3e

View File

@ -350,6 +350,7 @@ class Amount
try {
$value = Crypt::decrypt($value); // verified
} catch (DecryptException $e) {
// ignore decryption error.
}
return $value;