mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 18:09:30 +02:00
* ENotImplemnted exception, Mantis 18871
git-svn-id: trunk@17083 -
This commit is contained in:
parent
41b69d793c
commit
10b9f4976f
@ -197,7 +197,7 @@ type
|
||||
ESafecallException = class(Exception);
|
||||
ENoThreadSupport = Class(Exception);
|
||||
ENoWideStringSupport = Class(Exception);
|
||||
|
||||
ENotImplemented = class(Exception);
|
||||
|
||||
{ Exception handling routines }
|
||||
function ExceptObject: TObject;
|
||||
|
Loading…
Reference in New Issue
Block a user