abstract class Amazonite::Core::ResponseExceptionFactory
- Amazonite::Core::ResponseExceptionFactory
- Reference
- Object
Direct Known Subclasses
Defined in:
core/response_exception_factory.crInstance Method Summary
- #build(response : HTTP::Client::Response) : ResponseException
- #create(exception_type : String | Nil, http : HTTP::Client::Response, message : String | Nil, code : String | Nil) : ResponseException | Nil
Instance Method Detail
abstract
def create(exception_type : String | Nil, http : HTTP::Client::Response, message : String | Nil, code : String | Nil) : ResponseException | Nil
#