Exception: Moneta::Api::HTTPException
- Defined in:
- lib/moneta/api/http_exception.rb
Instance Method Summary collapse
Instance Method Details
#inspect ⇒ Object
8 9 10 |
# File 'lib/moneta/api/http_exception.rb', line 8 def inspect "HTTPException: #{ }" end |
#to_hash ⇒ Object
4 5 6 |
# File 'lib/moneta/api/http_exception.rb', line 4 def to_hash { message: } end |