You are here

class InvalidArgumentException in Plug 7

Same name in this branch
  1. 7 lib/Symfony/validator/Symfony/Component/Validator/Exception/InvalidArgumentException.php \Symfony\Component\Validator\Exception\InvalidArgumentException
  2. 7 lib/doctrine/common/lib/Doctrine/Common/Proxy/Exception/InvalidArgumentException.php \Doctrine\Common\Proxy\Exception\InvalidArgumentException

Base InvalidArgumentException for the Validator component.

@author Bernhard Schussek <bschussek@gmail.com>

Hierarchy

Expanded class hierarchy of InvalidArgumentException

3 files declare their use of InvalidArgumentException
Constraint.php in lib/Symfony/validator/Symfony/Component/Validator/Constraint.php
DefaultTranslator.php in lib/Symfony/validator/Symfony/Component/Validator/DefaultTranslator.php
ValidatorBuilder.php in lib/Symfony/validator/Symfony/Component/Validator/ValidatorBuilder.php
5 string references to 'InvalidArgumentException'
AbstractOperationTest::testGetMessagesFromUnknownDomain in lib/Symfony/translation/Tests/Catalogue/AbstractOperationTest.php
PersistentObjectTest::testAddInvalidToManyAssociation in lib/doctrine/common/tests/Doctrine/Tests/Common/Persistence/PersistentObjectTest.php
PersistentObjectTest::testSetInvalidToOneAssociation in lib/doctrine/common/tests/Doctrine/Tests/Common/Persistence/PersistentObjectTest.php
PhpFileCacheTest::testNotImplementsSetState in lib/doctrine/cache/tests/Doctrine/Tests/Common/Cache/PhpFileCacheTest.php
ProxyMagicMethodsTest::testInheritedMagicGetByRef in lib/doctrine/common/tests/Doctrine/Tests/Common/Proxy/ProxyMagicMethodsTest.php
@group DCOM-194

File

lib/Symfony/validator/Symfony/Component/Validator/Exception/InvalidArgumentException.php, line 19

Namespace

Symfony\Component\Validator\Exception
View source
class InvalidArgumentException extends \InvalidArgumentException implements ExceptionInterface {

}

Members