Exception: NewsAggregator::ServerException
- Inherits:
-
StandardError
- Object
- StandardError
- NewsAggregator::ServerException
- Defined in:
- lib/news_aggregator/exceptions.rb
Overview
ServerException
Instance Method Summary collapse
-
#initialize(json) ⇒ ServerException
constructor
A new instance of ServerException.
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 |