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