Exception: OpenWeatherRaoni::OpenWeatherApiError

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

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ OpenWeatherApiError

Returns a new instance of OpenWeatherApiError.



8
9
10
# File 'lib/open_weather_raoni/open_weather_map_api.rb', line 8

def initialize(message)
  super(message)
end