Bladeren bron

* Patch from Silvio Clecio to declare EArgumentNilException (Bug ID 29850)

git-svn-id: trunk@33258 -
michael 9 jaren geleden
bovenliggende
commit
668f8eec91
1 gewijzigde bestanden met toevoegingen van 1 en 0 verwijderingen
  1. 1 0
      rtl/objpas/sysutils/sysutilh.inc

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

@@ -215,6 +215,7 @@ type
 
    EArgumentException = class(Exception);
    EArgumentOutOfRangeException = class(EArgumentException);
+   EArgumentNilException = class(EArgumentException);
 
    ENoConstructException = class(Exception);