pbdom_exception.sru 446 B

123456789101112131415161718192021
  1. $PBExportHeader$pbdom_exception.sru
  2. forward
  3. global type pbdom_exception from exception
  4. end type
  5. end forward
  6. global type pbdom_exception from exception native "PBDOM.pbx"
  7. public function long GetExceptionCode()
  8. end type
  9. global pbdom_exception pbdom_exception
  10. on pbdom_exception.create
  11. call super::create
  12. TriggerEvent( this, "constructor" )
  13. end on
  14. on pbdom_exception.destroy
  15. TriggerEvent( this, "destructor" )
  16. call super::destroy
  17. end on