Sfoglia il codice sorgente

* put EInvalidArgument into SysUtils

florian 1 anno fa
parent
commit
1bfdd851e1
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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)