summaryrefslogtreecommitdiff
path: root/lib/querypath/src/QueryPath/Exception.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/querypath/src/QueryPath/Exception.php')
-rw-r--r--lib/querypath/src/QueryPath/Exception.php13
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/querypath/src/QueryPath/Exception.php b/lib/querypath/src/QueryPath/Exception.php
new file mode 100644
index 0000000..c84e98e
--- /dev/null
+++ b/lib/querypath/src/QueryPath/Exception.php
@@ -0,0 +1,13 @@
+<?php
+/**
+ * @file
+ *
+ * The top-level QueryPath exception.
+ */
+namespace QueryPath;
+/**
+ * Exception indicating that a problem has occured inside of a QueryPath object.
+ *
+ * @ingroup querypath_core
+ */
+class Exception extends \Exception {}