Exception: Moneta::Api::Exception

Inherits:
StandardError
  • Object
show all
Defined in:
lib/moneta/api/exception.rb

Instance Method Summary collapse

Instance Method Details

#to_hashObject



4
5
6
# File 'lib/moneta/api/exception.rb', line 4

def to_hash
  { message: message }
end