Files
hocusfokus-web/kirby/src/Http/Exceptions/NextRouteException.php
Bastian Allgeier 1c22148d7b Upgrade to 3.7.0
2022-06-27 11:59:19 +02:00

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
{
}