exception.h 165 B

12345678
  1. #ifndef VTIFUL_EXCEL_EXCEPTION_H
  2. #define VTIFUL_EXCEL_EXCEPTION_H
  3. extern zend_class_entry *vtiful_exception_ce;
  4. VTIFUL_STARTUP_FUNCTION(vtiful_exception);
  5. #endif