Grip::Handlers::Exception
Inherits Grip::Handlers::Base / HTTP::Handler / Reference / Object
Constants
CONTENT_TYPE_HTML = {"Content-Type" => "text/html; charset=UTF-8"}
Pre-allocated header for default error response
Constructors
new
SourceInstance methods
add_route(verb : String, path : String, handler : ExceptionHandler, via : Symbol | Array(Symbol) | Nil = nil, override : Proc(::HTTP::Server::Context, ::HTTP::Server::Context) | Nil = nil) : Nil
Sourcehandlers
Source