File: n_err.sru
Size: 374
Date: Sat, 08 May 2021 23:34:23 +0200
$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