17 lines
317 B
PHP
Executable File
17 lines
317 B
PHP
Executable File
<?php
|
|
|
|
namespace Kirby\Http\Exceptions;
|
|
|
|
/**
|
|
* NextRouteException
|
|
*
|
|
* @package Kirby Http
|
|
* @author Bastian Allgeier <bastian@getkirby.com>
|
|
* @link https://getkirby.com
|
|
* @copyright Bastian Allgeier
|
|
* @license https://opensource.org/licenses/MIT
|
|
*/
|
|
class NextRouteException extends \Exception
|
|
{
|
|
}
|