class Amber::Exceptions::Page

Defined in:

amber/exceptions/page.cr

Instance Method Summary

Instance methods inherited from class ExceptionPage

backtracer : Backtracer::Configuration | Nil backtracer, extra_javascript extra_javascript, project_url : String | Nil project_url, stack_trace_heading_html stack_trace_heading_html, styles : Styles styles, to_s(__io__ : IO) : Nil to_s

Constructor methods inherited from class ExceptionPage

new(exception : Exception, method : String, path : String, status : HTTP::Status, title : String | Nil = nil, params : URI::Params = URI::Params.new, headers : HTTP::Headers = HTTP::Headers.new, cookies : HTTP::Cookies = HTTP::Cookies.new, message : String | Nil = nil, url : String | Nil = nil)
new(context : HTTP::Server::Context, exception : Exception)
new

Instance methods inherited from module ExceptionPage::Helpers

css_class_for_frame(frame) : String css_class_for_frame, label_for_frame(frame) : String label_for_frame

Instance Method Detail

def project_url #
Description copied from class ExceptionPage

Add an optional link to your project


[View source]
def styles : ExceptionPage::Styles #

[View source]