Exception: PHPVM::PHPExceptionObject

Inherits:
PHPError
  • Object
show all
Defined in:
ext/php_vm/php_vm.c

Instance Method Summary collapse

Constructor Details

#initialize(*args) ⇒ Object

class PHPVM::PHPExceptionObject



1352
1353
1354
1355
1356
# File 'ext/php_vm/php_vm.c', line 1352

VALUE rb_php_exception_object_initialize(int argc, VALUE *argv, VALUE self)
{
  rb_call_super(argc, argv);
  return self;
}

Instance Method Details

#php_classObject



1102
1103
1104
1105
# File 'ext/php_vm/php_vm.c', line 1102

VALUE rb_php_object_php_class(VALUE self)
{
  return rb_iv_get(self, "php_class");
}