summaryrefslogtreecommitdiff
path: root/include/value.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/value.h')
-rw-r--r--include/value.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/value.h b/include/value.h
index 5b746a1..bfd8e40 100644
--- a/include/value.h
+++ b/include/value.h
@@ -1215,6 +1215,7 @@ protected:
* Friend functions which have to access that zval directly
*/
friend Value set_exception_handler(const std::function<Value(Parameters &params)> &handler);
+ friend Value set_error_handler(const std::function<Value(Parameters &params)> &handler);
};
/**