File: n_err.sru
Size: 371
Date: Tue, 22 Jan 2008 23:32:48 +0100
$PBExportHeader$n_err.sru
$PBExportComments$Extension Error class
forward
global type n_err from pfc_n_err
end type
end forward

global type n_err from pfc_n_err
end type
global n_err n_err

on n_err.create
call super::create
TriggerEvent( this, "constructor" )
end on

on n_err.destroy
call super::destroy
TriggerEvent( this, "destructor" )
end on