class Errors::ShowPage

Included Modules

Defined in:

pages/errors/show_page.cr

Constant Summary

ASSIGNS = [context : HTTP::Server::Context, message : String, status_code : Int32] of Nil

Constructors

Instance Method Summary

Constructor Detail

def self.new(context : HTTP::Server::Context, message : String, status_code : Int32, **unused_exposures) #

Instance Method Detail

def error_page_styles #

[View source]
def load_lato_font #

[View source]
def message : String #

def normalize_styles #

[View source]
def render #

[View source]
def status_code : Int32 #