aboutsummaryrefslogtreecommitdiff
path: root/lib/CssXPath/NotYetImplementedException.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2022-03-16 15:10:41 +0100
committerGravatar GitHub <noreply@github.com> 2022-03-16 15:10:41 +0100
commitae54a590b9962916dc1a62ba55e8d8e8ac0fc215 (patch)
tree6382f70956bf1e2e83b7db22a2e1582c8e09686f /lib/CssXPath/NotYetImplementedException.php
parentbe5848fd4fa280e5a4606fef25669974414547a5 (diff)
Replace lib_phpQuery by PhpGt/CssXPath (#4261)
https://github.com/PhpGt/CssXPath
Diffstat (limited to 'lib/CssXPath/NotYetImplementedException.php')
-rw-r--r--lib/CssXPath/NotYetImplementedException.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/CssXPath/NotYetImplementedException.php b/lib/CssXPath/NotYetImplementedException.php
new file mode 100644
index 000000000..70d9492cf
--- /dev/null
+++ b/lib/CssXPath/NotYetImplementedException.php
@@ -0,0 +1,4 @@
+<?php
+namespace Gt\CssXPath;
+
+class NotYetImplementedException extends CssXPathException {}