<?php
namespace top\exceptions\route;
use top\exceptions\BaseException;
class RouteNotFound extends BaseException
{
}