class Ketchup::Request::InvalidRequestError

Defined in:

ketchup/request.cr

Constructors

Instance methods inherited from class Ketchup::Error

code : Int32 code, data : String? data, id : Float64 | Int32 | Int64 | String | Nil id, message : String? message, to_json(io) to_json

Constructor methods inherited from class Ketchup::Error

new(id : Float64 | Nil | Int64 | Nil | Int32 | Nil | String | Nil, code : Int32, message : String, data : String | Nil = nil) new

Constructor Detail

def self.new(id, data = nil) #

[View source]