* ENotImplemnted exception, Mantis 18871

git-svn-id: trunk@17083 -
This commit is contained in:
marco 2011-03-06 01:09:01 +00:00
parent 41b69d793c
commit 10b9f4976f

View File

@ -197,7 +197,7 @@ type
ESafecallException = class(Exception);
ENoThreadSupport = Class(Exception);
ENoWideStringSupport = Class(Exception);
ENotImplemented = class(Exception);
{ Exception handling routines }
function ExceptObject: TObject;