class Hamilton::Errors::ApiEndpointError

Overview

Exception raised when something wrong is returned.

Defined in:

errors.cr

Constructors

Instance methods inherited from class Reference

==(other : Hamilton::Any) ==

Instance methods inherited from class Object

===(other : Hamilton::Any) ===

Constructor Detail

def self.new(endpoint : String, status : HTTP::Status, message m : String = "") #