struct Error

Defined in:

structs/error.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(status_code : Int32, message : String) #

[View source]

Instance Method Detail

def message : String #

[View source]
def status_code : Int32 #

[View source]