You are here

public function SupernovaGenerator::getRouteDebugMessage in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/help/tests/modules/help_test/src/SupernovaGenerator.php \Drupal\help_test\SupernovaGenerator::getRouteDebugMessage()
  2. 10 core/modules/help/tests/modules/help_test/src/SupernovaGenerator.php \Drupal\help_test\SupernovaGenerator::getRouteDebugMessage()

File

core/modules/help/tests/modules/help_test/src/SupernovaGenerator.php, line 58

Class

SupernovaGenerator
Implements a URL generator which always thrown an exception.

Namespace

Drupal\help_test

Code

public function getRouteDebugMessage($name, array $parameters = []) {
  throw new \Exception();
}