You are here

class RuntimeException in Service Container 7.2

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

Exception class thrown when an error occurs during parsing.

@author Romain Neutron <imprec@gmail.com>

@api

Hierarchy

Expanded class hierarchy of RuntimeException

1 file declares its use of RuntimeException
ServiceContainerAnnotationDiscoveryIntegrationTest.php in modules/providers/service_container_annotation_discovery/lib/Drupal/service_container_annotation_discovery/Tests/ServiceContainerAnnotationDiscoveryIntegrationTest.php
Contains \Drupal\service_container_annotation_discovery\Tests\ServiceContainerBlockIntegrationTest.

File

modules/providers/service_container_symfony/lib/Symfony/Component/Yaml/Exception/RuntimeException.php, line 21

Namespace

Symfony\Component\Yaml\Exception
View source
class RuntimeException extends \RuntimeException implements ExceptionInterface {

}

Members