Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
Signed-off-by: Vishal Rana <vr@labstack.com>
  • Loading branch information
vishr committed May 6, 2015
1 parent 6f72add commit df8bd3b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions website/docs/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,7 @@ func welcome(c *echo.Context) *echo.HTTPError {
}
```

`echo.HTTPError` has status code, message and error fields. Internally it uses
`http.Error` to send HTTP response with status code and message.
See how [HTTPErrorHandler](#customization) handles it.

## Deployment

Expand Down

0 comments on commit df8bd3b

Please sign in to comment.