protected function ProjectServiceContainer::getThrowExceptionService

File

drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ContainerTest.php, line 538

Class

ProjectServiceContainer

Namespace

Symfony\Component\DependencyInjection\Tests

Code

protected function getThrowExceptionService() {
  throw new \Exception('Something went terribly wrong!');
}