/opt/alt/php55/usr/share/pear/Symfony/Component/CssSelector/Exception
NameSizeModeActions
ExceptionInterface.php5780644editdlrm
ExpressionErrorException.php6730644editdlrm
InternalErrorException.php6710644editdlrm
ParseException.php6400644editdlrm
SyntaxErrorException.php19500644editdlrm
Edit: /opt/alt/php55/usr/share/pear/Symfony/Component/CssSelector/Exception/ExceptionInterface.php (578B)
* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\CssSelector\Exception; /** * Interface for exceptions. * * This component is a port of the Python cssselector library, * which is copyright Ian Bicking, @see https://github.com/SimonSapin/cssselect. * * @author Jean-François Simon */ interface ExceptionInterface { }