瀏覽代碼

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

git-svn-id: trunk@33258 -
michael 9 年之前
父節點
當前提交
668f8eec91
共有 1 個文件被更改,包括 1 次插入0 次删除
  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);