throwable         789 Zend/zend_exceptions.c 	ZEND_ABSTRACT_ME(throwable, getMessage,       NULL)
throwable         790 Zend/zend_exceptions.c 	ZEND_ABSTRACT_ME(throwable, getCode,          NULL)
throwable         791 Zend/zend_exceptions.c 	ZEND_ABSTRACT_ME(throwable, getFile,          NULL)
throwable         792 Zend/zend_exceptions.c 	ZEND_ABSTRACT_ME(throwable, getLine,          NULL)
throwable         793 Zend/zend_exceptions.c 	ZEND_ABSTRACT_ME(throwable, getTrace,         NULL)
throwable         794 Zend/zend_exceptions.c 	ZEND_ABSTRACT_ME(throwable, getPrevious,      NULL)
throwable         795 Zend/zend_exceptions.c 	ZEND_ABSTRACT_ME(throwable, getTraceAsString, NULL)
throwable         796 Zend/zend_exceptions.c 	ZEND_ABSTRACT_ME(throwable, __toString,       NULL)
throwable         852 Zend/zend_exceptions.c 	REGISTER_MAGIC_INTERFACE(throwable, Throwable);