123456789101112131415161718 |
- /*
- +----------------------------------------------------------------------+
- | Vtiful Extension |
- +----------------------------------------------------------------------+
- | Copyright (c) 2017-2017 The Viest |
- +----------------------------------------------------------------------+
- | http://www.vtiful.com |
- +----------------------------------------------------------------------+
- | Author: viest <[email protected]> |
- +----------------------------------------------------------------------+
- */
- #ifndef VTIFUL_EXCEL_EXCEPTION_H
- #define VTIFUL_EXCEL_EXCEPTION_H
- extern zend_class_entry *vtiful_exception_ce;
- #endif
|