module Error
Defined in:
helpers/errors/concerns/handle_base_error.crhelpers/errors/concerns/handle_exception.cr
helpers/errors/custom_error.cr
helpers/errors/error_handler.cr
helpers/errors/internal_server_error.cr
Class Method Summary
- .errorHandler(err, env : HTTP::Server::Context)
- .handleBaseError(err : BaseError, env : HTTP::Server::Context)
- .handleException(err : Exception, env : HTTP::Server::Context)