class Moneta::Front::HTTPException

Public Instance Methods

inspect() click to toggle source
# File lib/moneta/front/http_exception.rb, line 8
def inspect
  "HTTPException: #{ message }"
end
to_hash() click to toggle source
# File lib/moneta/front/http_exception.rb, line 4
def to_hash
  { message: message }
end