mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 23:06:07 +02:00
* Delphi compatibility classes (Patch by Silvio Clecio, bug ID #29917)
git-svn-id: trunk@33362 -
This commit is contained in:
parent
62b2b65110
commit
231ec77175
@ -217,6 +217,12 @@ type
|
|||||||
EArgumentOutOfRangeException = class(EArgumentException);
|
EArgumentOutOfRangeException = class(EArgumentException);
|
||||||
EArgumentNilException = class(EArgumentException);
|
EArgumentNilException = class(EArgumentException);
|
||||||
|
|
||||||
|
EPathTooLongException = class(Exception);
|
||||||
|
ENotSupportedException = class(Exception);
|
||||||
|
EDirectoryNotFoundException = class(Exception);
|
||||||
|
EFileNotFoundException = class(Exception);
|
||||||
|
EPathNotFoundException = class(Exception);
|
||||||
|
|
||||||
ENoConstructException = class(Exception);
|
ENoConstructException = class(Exception);
|
||||||
|
|
||||||
{ Exception handling routines }
|
{ Exception handling routines }
|
||||||
|
Loading…
Reference in New Issue
Block a user