Skip to content

Commit

Permalink
[CssSelector] ...
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Jun 14, 2011
1 parent a232c14 commit d87c96b
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -12,13 +12,13 @@
namespace Symfony\Component\CssSelector;

/**
* SyntaxError is thrown when a CSS selector syntax is not valid.
* ParseException is thrown when a CSS selector syntax is not valid.
*
* This component is a port of the Python lxml library,
* which is copyright Infrae and distributed under the BSD license.
*
* @author Fabien Potencier <fabien@symfony.com>
*/
class SyntaxError extends \LogicException
class ParseException extends \LogicException
{
}

0 comments on commit d87c96b

Please sign in to comment.