abstract class Amazonite::Core::ResponseExceptionFactory

Direct Known Subclasses

Defined in:

core/response_exception_factory.cr

Instance Method Summary

Instance Method Detail

def build(response : HTTP::Client::Response) : ResponseException #

[View source]
abstract def create(exception_type : String | Nil, http : HTTP::Client::Response, message : String | Nil, code : String | Nil) : ResponseException | Nil #

[View source]