mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Expand error
This commit is contained in:
parent
d222a7f1b7
commit
f741d05f94
@ -191,7 +191,7 @@ class FireflyValidator extends Validator
|
||||
try {
|
||||
$checksum = bcmod($iban, '97');
|
||||
} catch (ValueError $e) {
|
||||
$message = sprintf('Could not validate IBAN check value "%s"', $iban);
|
||||
$message = sprintf('Could not validate IBAN check value "%s" (IBAN "%s")', $iban, $value);
|
||||
Log::error($message);
|
||||
Log::error($e->getTraceAsString());
|
||||
throw new FireflyException($message, 0, $e);
|
||||
|
Loading…
Reference in New Issue
Block a user