PATH:
opt
/
alt
/
php53
/
usr
/
share
/
pear
/
Symfony
/
Component
/
Validator
/
Exception
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Validator\Exception; /** * Base InvalidArgumentException for the Validator component. * * @author Bernhard Schussek <bschussek@gmail.com> */ class InvalidArgumentException extends \InvalidArgumentException implements ExceptionInterface { }
[-] MappingException.php
[edit]
[-] BadMethodCallException.php
[edit]
[-] InvalidOptionsException.php
[edit]
[-] ValidatorException.php
[edit]
[-] UnexpectedTypeException.php
[edit]
[-] ConstraintDefinitionException.php
[edit]
[+]
..
[-] ExceptionInterface.php
[edit]
[-] RuntimeException.php
[edit]
[-] NoSuchMetadataException.php
[edit]
[-] MissingOptionsException.php
[edit]
[-] GroupDefinitionException.php
[edit]
[-] InvalidArgumentException.php
[edit]