2
0
Эх сурвалжийг харах

* put EInvalidArgument into SysUtils

florian 1 жил өмнө
parent
commit
1bfdd851e1

+ 1 - 0
rtl/objpas/sysutils/sysutilh.inc

@@ -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)