exception.h 847 B

1234567891011121314151617181920
  1. /*
  2. +----------------------------------------------------------------------+
  3. | Vtiful Extension |
  4. +----------------------------------------------------------------------+
  5. | Copyright (c) 2017-2017 The Viest |
  6. +----------------------------------------------------------------------+
  7. | http://www.vtiful.com |
  8. +----------------------------------------------------------------------+
  9. | Author: viest <[email protected]> |
  10. +----------------------------------------------------------------------+
  11. */
  12. #ifndef VTIFUL_EXCEL_EXCEPTION_H
  13. #define VTIFUL_EXCEL_EXCEPTION_H
  14. extern zend_class_entry *vtiful_exception_ce;
  15. VTIFUL_STARTUP_FUNCTION(vtiful_exception);
  16. #endif