Exception: ServerException

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

Instance Method Summary collapse

Constructor Details

#initialize(json) ⇒ ServerException

Returns a new instance of ServerException.



21
22
23
# File 'lib/exception.rb', line 21

def initialize(json)
  puts json["message"]
end