Exception: PHPVM::PHPExceptionObject
- Defined in:
- ext/php_vm/php_vm.c
Instance Method Summary collapse
-
#initialize(*args) ⇒ Object
constructor
class PHPVM::PHPExceptionObject.
- #php_class ⇒ Object
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_class ⇒ Object
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"); } |