class
Amber::Exceptions::Page
- Amber::Exceptions::Page
- ExceptionPage
- Reference
- Object
Defined in:
amber/exceptions/page.crInstance Method Summary
-
#project_url
Add an optional link to your project
- #styles : ExceptionPage::Styles
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