You are here

class InvalidArgumentException in Service Container 7.2

Same name in this branch
  1. 7.2 lib/Psr/Log/InvalidArgumentException.php \Psr\Log\InvalidArgumentException
  2. 7.2 modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/Exception/InvalidArgumentException.php \Symfony\Component\DependencyInjection\Exception\InvalidArgumentException
Same name and namespace in other branches
  1. 7 lib/Psr/Log/InvalidArgumentException.php \Psr\Log\InvalidArgumentException

Hierarchy

Expanded class hierarchy of InvalidArgumentException

6 string references to 'InvalidArgumentException'
DefinitionTest::testSetGetDecoratedService in modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/Tests/DefinitionTest.php
XmlFileLoaderTest::testDocTypeIsNotAllowed in modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/Tests/Loader/XmlFileLoaderTest.php
XmlFileLoaderTest::testExtensionInPhar in modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/Tests/Loader/XmlFileLoaderTest.php
XmlFileLoaderTest::testExtensions in modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/Tests/Loader/XmlFileLoaderTest.php
XmlFileLoaderTest::testLoad in modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/Tests/Loader/XmlFileLoaderTest.php

... See full list

File

lib/Psr/Log/InvalidArgumentException.php, line 5

Namespace

Psr\Log
View source
class InvalidArgumentException extends \InvalidArgumentException {

}

Members