aboutsummaryrefslogtreecommitdiff
path: root/src/Search/ParseError.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Search/ParseError.php')
-rw-r--r--src/Search/ParseError.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/Search/ParseError.php b/src/Search/ParseError.php
new file mode 100644
index 0000000..1b987d7
--- /dev/null
+++ b/src/Search/ParseError.php
@@ -0,0 +1,9 @@
+<?php
+
+
+namespace Micropoly\Search;
+
+
+use Exception;
+
+class ParseError extends Exception { } \ No newline at end of file