class OpenWeatherRaoni::OpenWeatherApiError

Public Class Methods

new(message) click to toggle source
Calls superclass method
# File lib/open_weather_raoni/open_weather_map_api.rb, line 8
def initialize(message)
  super(message)
end