framework/framework/exceptions/route/RouteNotFound.php

10 lines
121 B
PHP

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