Explorar el Código

* put EInvalidArgument into SysUtils

florian hace 1 año
padre
commit
1bfdd851e1
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      rtl/objpas/sysutils/sysutilh.inc

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