* put EInvalidArgument into SysUtils

This commit is contained in:
florian 2024-02-05 22:41:17 +01:00
parent 3181f1f35c
commit 1bfdd851e1

View File

@ -163,6 +163,7 @@ type
EZeroDivide = Class(EMathError);
EOverflow = Class(EMathError);
EUnderflow = Class(EMathError);
EInvalidArgument = class(EMathError);
{ Run-time and I/O Errors }
EInOutError = class(Exception)