File: n_exception.sru
Size: 313
Date: Sat, 23 Mar 2013 16:23:04 +0100
HA$PBExportHeader$n_exception.sru
forward
global type n_exception from pfc_n_exception
end type
end forward

global type n_exception from pfc_n_exception
end type
global n_exception n_exception

on n_exception.create
call super::create
end on

on n_exception.destroy
call super::destroy
end on