class InvalidArgumentException

InvalidArgumentException for the Process Component.

@author Romain Neutron <imprec@gmail.com>

Hierarchy

Expanded class hierarchy of InvalidArgumentException

2 files declare their use of InvalidArgumentException
Process.php in drupal/core/vendor/symfony/process/Symfony/Component/Process/Process.php
ProcessBuilder.php in drupal/core/vendor/symfony/process/Symfony/Component/Process/ProcessBuilder.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/process/Symfony/Component/Process/Exception/InvalidArgumentException.php, line 19

Namespace

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

}

Members