You are here

FormsStepsNotFoundException.php in Forms Steps 8

File

src/Exception/FormsStepsNotFoundException.php
View source
<?php

namespace Drupal\forms_steps\Exception;

use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;

/**
 * Class FormsStepsNotFoundException.
 *
 * @package Drupal\forms_steps\Exception
 */
class FormsStepsNotFoundException extends NotFoundHttpException {

}

Classes

Namesort descending Description
FormsStepsNotFoundException Class FormsStepsNotFoundException.