summaryrefslogtreecommitdiff
path: root/Zend/zend_exceptions.h
diff options
context:
space:
mode:
authorAnthony Ferrara <ircmaxell@gmail.com>2015-03-18 12:23:09 -0400
committerAnthony Ferrara <ircmaxell@gmail.com>2015-03-18 12:23:09 -0400
commit7feebead1b70714c45bf302e0356b4cb8047fba0 (patch)
treef709cbcab7e07360ea6146c07543815d6c1463bb /Zend/zend_exceptions.h
parentd22bfb8aa68fe61eae1c0e124bd3002c7d42e5c4 (diff)
downloadphp-git-7feebead1b70714c45bf302e0356b4cb8047fba0.tar.gz
Refactor error implementation significantly to centralize error mode behavior. Add zend_internal_type_error() function
Diffstat (limited to 'Zend/zend_exceptions.h')
-rw-r--r--Zend/zend_exceptions.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Zend/zend_exceptions.h b/Zend/zend_exceptions.h
index 10609fecb6..e2c1f1fac7 100644
--- a/Zend/zend_exceptions.h
+++ b/Zend/zend_exceptions.h
@@ -39,6 +39,7 @@ ZEND_API zend_class_entry *zend_exception_get_default(void);
ZEND_API zend_class_entry *zend_get_error_exception(void);
ZEND_API zend_class_entry *zend_get_engine_exception(void);
ZEND_API zend_class_entry *zend_get_parse_exception(void);
+ZEND_API zend_class_entry *zend_get_type_exception(void);
ZEND_API void zend_register_default_classes(void);
/* exception_ce NULL or zend_exception_get_default() or a derived class