Exception: Wowapi::RegionException

Inherits:
Exception
  • Object
show all
Defined in:
lib/wowapi/exceptions/region_exception.rb

Overview

Thrown when supplied Region is unsupported

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'Provided unsupported region.') ⇒ RegionException

Returns a new instance of RegionException.



4
5
6
# File 'lib/wowapi/exceptions/region_exception.rb', line 4

def initialize(msg = 'Provided unsupported region.')
  super
end