You are here

GeneratorNotInitializedException.php in Zircon Profile 8

Same filename and directory in other branches
  1. 8.0 core/lib/Drupal/Core/Routing/GeneratorNotInitializedException.php

File

core/lib/Drupal/Core/Routing/GeneratorNotInitializedException.php
View source
<?php

/**
 * @file
 * Contains \Drupal\Core\Routing\GeneratorNotInitializedException.
 */
namespace Drupal\Core\Routing;


/**
 * Class for exceptions thrown when the generator has not been initialized.
 */
class GeneratorNotInitializedException extends \Exception {

}

Classes

Namesort descending Description
GeneratorNotInitializedException Class for exceptions thrown when the generator has not been initialized.