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