404处理

    1. class HttpNotFoundHandler implements IHttpNotFoundHandler
    2. {
    3. {
    4. return $response->withStatus(StatusCode::NOT_FOUND);
    5. }