/home/techb158/ileadtechnology.com/vendor/brick/math/src/Exception
NameSizeModeActions
DivisionByZeroException.php8740644editdlrm
IntegerOverflowException.php6120644editdlrm
MathException.php2680644editdlrm
NegativeNumberException.php2480644editdlrm
NumberFormatException.php7990644editdlrm
RoundingNecessaryException.php5080644editdlrm
Edit: /home/techb158/ileadtechnology.com/vendor/brick/math/src/Exception/NumberFormatException.php (799B)
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)); } }