Browse Source

* ENotImplemnted exception, Mantis 18871

git-svn-id: trunk@17083 -
marco 14 years ago
parent
commit
10b9f4976f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/objpas/sysutils/sysutilh.inc

+ 1 - 1
rtl/objpas/sysutils/sysutilh.inc

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