mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-07-26 14:57:34 -04:00
* Install CssXPath with composer * Fix code style in tests * fix pathnames for tests and linting * add irrelevant files to .gitignore * Alphabetic order * let composer sort the packages alphabetically Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
6 lines
104 B
PHP
6 lines
104 B
PHP
<?php
|
|
namespace Gt\CssXPath;
|
|
|
|
use RuntimeException;
|
|
|
|
class CssXPathException extends RuntimeException {} |