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