<?php

namespace Drupal\Core\Routing;

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