mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-11-03 20:55:05 +00:00 
			
		
		
		
	Expand error
This commit is contained in:
		@@ -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);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user