module Amazonite::Core::ResponseExceptionFactory

Direct including types

Defined in:

core/response_exception_factory.cr

Instance Method Summary

Instance Method Detail

abstract def create_exception(error_type : String | Nil, http : HTTP::Client::Response, message : String) : ResponseException | Nil #

[View source]