mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-01 20:52:48 +08:00
改进RouteNotFound异常提示
This commit is contained in:
@@ -16,7 +16,7 @@ class RouteNotFoundException extends HttpException
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
parent::__construct(404);
|
||||
parent::__construct(404, 'Route Not Found');
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user