12345678910111213141516171819202122 |
- /*
- +----------------------------------------------------------------------+
- | XlsWriter Extension |
- +----------------------------------------------------------------------+
- | Copyright (c) 2017-2018 The Viest |
- +----------------------------------------------------------------------+
- | http://www.viest.me |
- +----------------------------------------------------------------------+
- | Author: viest <[email protected]> |
- +----------------------------------------------------------------------+
- */
- #ifndef VTIFUL_XLS_EXCEPTION_H
- #define VTIFUL_XLS_EXCEPTION_H
- extern zend_class_entry *vtiful_exception_ce;
- VTIFUL_STARTUP_FUNCTION(exception);
- char* exception_message_map(int code);
- #endif
|