Exception: NewsAggregator::ServerException

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

Overview

ServerException

Instance Method Summary collapse

Constructor Details

#initialize(json) ⇒ ServerException

Returns a new instance of ServerException.



27
28
29
# File 'lib/news_aggregator/exceptions.rb', line 27

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