class Errors::ShowPage
 
  - Errors::ShowPage
- Reference
- Object
Included Modules
- Lucky::HTMLPage
Defined in:
pages/errors/show_page.crConstant 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)
        #