GeneratorNotInitializedException.php 184 B

12345678
  1. <?php
  2. namespace Drupal\Core\Routing;
  3. /**
  4. * Class for exceptions thrown when the generator has not been initialized.
  5. */
  6. class GeneratorNotInitializedException extends \Exception {}