class Kemal::ExceptionHandler

Overview

Handles all the exceptions, including 404, custom errors and 500.

Included Modules

Defined in:

kemal/exception_handler.cr

Constant Summary

INSTANCE = new

Instance Method Summary

Instance Method Detail

def call(context : HTTP::Server::Context) #

[View source]