Explorar el Código

* ENotImplemnted exception, Mantis 18871

git-svn-id: trunk@17083 -
marco hace 14 años
padre
commit
10b9f4976f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      rtl/objpas/sysutils/sysutilh.inc

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

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