/home/techb158/dev.balacoffee.com/vendor/brick/math/src/Exception
NameSizeModeActions
DivisionByZeroException.php7360644editdlrm
IntegerOverflowException.php5260644editdlrm
MathException.php1560644editdlrm
NegativeNumberException.php2480644editdlrm
NumberFormatException.php7550644editdlrm
RoundingNecessaryException.php4590644editdlrm
Edit: /home/techb158/dev.balacoffee.com/vendor/brick/math/src/Exception/NumberFormatException.php (755B)
126) { $char = \strtoupper(\dechex($ord)); if ($ord < 10) { $char = '0' . $char; } } else { $char = '"' . $char . '"'; } return new self(sprintf('Char %s is not a valid character in the given alphabet.', $char)); } }