summaryrefslogtreecommitdiff
path: root/src/xpath.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xpath.h')
-rw-r--r--src/xpath.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/xpath.h b/src/xpath.h
index 7056c74e..76625436 100644
--- a/src/xpath.h
+++ b/src/xpath.h
@@ -14,9 +14,9 @@ public:
static void initialize();
static void shutdown();
- DECLARE_EXCEPTION(parse_exception);
- DECLARE_EXCEPTION(compile_exception);
- DECLARE_EXCEPTION(calc_exception);
+ DECLARE_EXCEPTION(parse_error);
+ DECLARE_EXCEPTION(compile_error);
+ DECLARE_EXCEPTION(calc_error);
#if 0
class context : public error_context {