class BadDispatchStrategyException extends BadRouteException
21
{
22
23
public function __construct($strategy) {
24
parent::__construct("`$strategy` is not a valid route dispatch strategy, it must implement the `Codeburner\Router\DispatchStrategies\DispatchStrategyInterface` interface.");