class Cryap::Web::UnprocessableEntityError

Direct Known Subclasses

Defined in:

core/web/errors.cr

Constructors

Instance methods inherited from class Cryap::Web::HTTPError

content_type : String content_type, content_type=(content_type : String) content_type=, response : String response, response=(response : String) response=, status : HTTP::Status status

Constructor methods inherited from class Cryap::Web::HTTPError

new new

Macros inherited from class Cryap::Web::HTTPError

generate(status, name) generate

Constructor Detail

def self.new #