diff options
| author | 2022-03-16 15:10:41 +0100 | |
|---|---|---|
| committer | 2022-03-16 15:10:41 +0100 | |
| commit | ae54a590b9962916dc1a62ba55e8d8e8ac0fc215 (patch) | |
| tree | 6382f70956bf1e2e83b7db22a2e1582c8e09686f /lib/CssXPath/CssXPathException.php | |
| parent | be5848fd4fa280e5a4606fef25669974414547a5 (diff) | |
Replace lib_phpQuery by PhpGt/CssXPath (#4261)
https://github.com/PhpGt/CssXPath
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 {} |
