Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cast error into *echo.HTTPError #36

Merged
merged 1 commit into from
Jun 25, 2024
Merged

Cast error into *echo.HTTPError #36

merged 1 commit into from
Jun 25, 2024

Conversation

samber
Copy link
Owner

@samber samber commented Jun 14, 2024

This update will turn std error into *echo.HTTPError. Fixing #35.

e.GET("/", func(c echo.Context) error {
    return errors.New("An error")
})

@philipjoh WDYT ?

@samber samber merged commit 3e610bd into main Jun 25, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant