class InvalidArgumentException

Base InvalidArgumentException for the Validator component.

@author Bernhard Schussek <bschussek@gmail.com>

Hierarchy

Expanded class hierarchy of InvalidArgumentException

1 file declares its use of InvalidArgumentException
DefaultTranslator.php in drupal/core/vendor/symfony/validator/Symfony/Component/Validator/DefaultTranslator.php
16 string references to 'InvalidArgumentException'
ColorTest::testHexToRgb in drupal/core/tests/Drupal/Tests/Core/Utility/ColorTest.php
Tests Color::hexToRgb().
Framework_TestCaseTest::testWrongException in drupal/core/vendor/phpunit/phpunit/Tests/Framework/TestCaseTest.php
GenericEventTest::testOffsetGet in drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/GenericEventTest.php
JsonResponseTest::testSetCallbackInvalidIdentifier in drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/JsonResponseTest.php
PdoSessionHandlerTest::testIncompleteOptions in drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/PdoSessionHandlerTest.php

... See full list

File

drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Exception/InvalidArgumentException.php, line 19

Namespace

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

}

Members