module Amazonite::Core::ResponseExceptionFactory
Direct including types
Defined in:
core/response_exception_factory.crInstance Method Summary
Instance Method Detail
abstract
def create_exception(error_type : String | Nil, http : HTTP::Client::Response, message : String) : ResponseException | Nil
#