Versions in this module Expand all Collapse all v0 v0.0.1 May 21, 2023 Changes in this version + func ErrorMiddleware(next bunrouter.HandlerFunc) bunrouter.HandlerFunc + type HTTPError struct + Code string + Message string + func New(statusCode int, code string, message string) HTTPError + func (err HTTPError) Error() string