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

git-svn-id: trunk@33258 -
This commit is contained in:
michael 2016-03-16 19:10:10 +00:00
parent e0c21b6f8b
commit 668f8eec91

View File

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