mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-03-08 00:17:15 -05:00
5 lines
92 B
PHP
5 lines
92 B
PHP
<?php
|
|
namespace Gt\CssXPath;
|
|
|
|
class NotYetImplementedException extends CssXPathException {}
|