mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 11:29:20 +02:00
* Patch from Silvio Clecio to declare EArgumentNilException (Bug ID 29850)
git-svn-id: trunk@33258 -
This commit is contained in:
parent
e0c21b6f8b
commit
668f8eec91
@ -215,6 +215,7 @@ type
|
||||
|
||||
EArgumentException = class(Exception);
|
||||
EArgumentOutOfRangeException = class(EArgumentException);
|
||||
EArgumentNilException = class(EArgumentException);
|
||||
|
||||
ENoConstructException = class(Exception);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user