diff options
Diffstat (limited to 'lib/CssXPath/CssXPathException.php')
| -rw-r--r-- | lib/CssXPath/CssXPathException.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/CssXPath/CssXPathException.php b/lib/CssXPath/CssXPathException.php new file mode 100644 index 000000000..bd7798243 --- /dev/null +++ b/lib/CssXPath/CssXPathException.php @@ -0,0 +1,6 @@ +<?php +namespace Gt\CssXPath; + +use RuntimeException; + +class CssXPathException extends RuntimeException {} |
