class Grip::Exceptions::BadRequest

Defined in:

grip/exceptions/bad_request.cr

Constructors

Instance methods inherited from class Grip::Exceptions::Base

status_code : HTTP::Status status_code

Constructor methods inherited from class Grip::Exceptions::Base

new(status_code : HTTP::Status, message : String) new

Constructor Detail

def self.new(message : String | Nil = nil) #

[View source]