module Error

Defined in:

helpers/errors/concerns/handle_base_error.cr
helpers/errors/concerns/handle_exception.cr
helpers/errors/custom_error.cr
helpers/errors/error_handler.cr
helpers/errors/internal_server_error.cr

Class Method Summary

Class Method Detail

def self.errorHandler(err, env : HTTP::Server::Context) #

[View source]
def self.handleBaseError(err : BaseError, env : HTTP::Server::Context) #

[View source]
def self.handleException(err : Exception, env : HTTP::Server::Context) #

[View source]