summaryrefslogtreecommitdiff
path: root/ext/spl/spl_exceptions.h
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2004-11-01 17:39:59 +0000
committerMarcus Boerger <helly@php.net>2004-11-01 17:39:59 +0000
commitbd40510b62d0d63a16b120a2ef102742967335d7 (patch)
tree7b03d6b811e4b445ecc02fa6df731242b7ef923d /ext/spl/spl_exceptions.h
parent623f564abc5d7165c4cfadadb7f8a98ce33ee857 (diff)
downloadphp-git-bd40510b62d0d63a16b120a2ef102742967335d7.tar.gz
- Two new exceptions
- Make use of new exception classes
Diffstat (limited to 'ext/spl/spl_exceptions.h')
-rwxr-xr-xext/spl/spl_exceptions.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/spl/spl_exceptions.h b/ext/spl/spl_exceptions.h
index 1b6a7feb5b..752c988f6a 100755
--- a/ext/spl/spl_exceptions.h
+++ b/ext/spl/spl_exceptions.h
@@ -25,6 +25,8 @@
#include "php_spl.h"
extern zend_class_entry *spl_ce_LogicException;
+extern zend_class_entry *spl_ce_BadFunctionCallException;
+extern zend_class_entry *spl_ce_BadMethodCallException;
extern zend_class_entry *spl_ce_DomainException;
extern zend_class_entry *spl_ce_InvalidArgumentException;
extern zend_class_entry *spl_ce_LengthException;