mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-04-25 00:37:29 -04:00
7 lines
105 B
PHP
7 lines
105 B
PHP
<?php
|
|
namespace Gt\CssXPath;
|
|
|
|
use RuntimeException;
|
|
|
|
class CssXPathException extends RuntimeException {}
|