Exception: OpenWeatherRaoni::OpenWeatherApiError
- Inherits:
-
StandardError
- Object
- StandardError
- OpenWeatherRaoni::OpenWeatherApiError
- Defined in:
- lib/open_weather_raoni/open_weather_map_api.rb
Instance Method Summary collapse
-
#initialize(message) ⇒ OpenWeatherApiError
constructor
A new instance of OpenWeatherApiError.
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() super() end |