mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-04 19:53:44 +00:00
Add message so exception isn't empty.
This commit is contained in:
@@ -350,6 +350,7 @@ class Amount
|
|||||||
try {
|
try {
|
||||||
$value = Crypt::decrypt($value); // verified
|
$value = Crypt::decrypt($value); // verified
|
||||||
} catch (DecryptException $e) {
|
} catch (DecryptException $e) {
|
||||||
|
// ignore decryption error.
|
||||||
}
|
}
|
||||||
|
|
||||||
return $value;
|
return $value;
|
||||||
|
Reference in New Issue
Block a user