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