class Moneta::Api::HTTPException
Public Instance Methods
inspect()
click to toggle source
# File lib/moneta/api/http_exception.rb, line 8 def inspect "HTTPException: #{ message }" end
to_hash()
click to toggle source
# File lib/moneta/api/http_exception.rb, line 4 def to_hash { message: message } end