/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/ParseException.php (640B)
* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\CssSelector\Exception; /** * ParseException is thrown when a CSS selector syntax is not valid. * * This component is a port of the Python cssselector library, * which is copyright Ian Bicking, @see https://github.com/SimonSapin/cssselect. * * @author Fabien Potencier */ class ParseException extends \Exception implements ExceptionInterface { }