mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-02 12:10:22 +02:00
+ add Delphi compatible exception types
git-svn-id: trunk@37077 -
This commit is contained in:
parent
fde056899d
commit
4ff6c7bddf
@ -259,6 +259,10 @@ type
|
||||
property Visibility: TMemberVisibility read GetVisibility;
|
||||
end;
|
||||
|
||||
EInsufficientRtti = class(Exception);
|
||||
EInvocationError = class(Exception);
|
||||
ENonPublicType = class(Exception);
|
||||
|
||||
function IsManaged(TypeInfo: PTypeInfo): boolean;
|
||||
|
||||
implementation
|
||||
|
Loading…
Reference in New Issue
Block a user