<?php

namespace Kirby\Http\Exceptions;

/**
 * NextRouteException
 *
 * @package   Kirby Http
 * @author    Bastian Allgeier <bastian@getkirby.com>
 * @link      https://getkirby.com
 * @copyright Bastian Allgeier GmbH
 * @license   https://opensource.org/licenses/MIT
 */
class NextRouteException extends \Exception
{
}
