Exception: Wowr::Exceptions::RealmNotSet

Inherits:
StandardError
  • Object
show all
Defined in:
lib/wowr/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initializeRealmNotSet

Returns a new instance of RealmNotSet.



78
79
80
# File 'lib/wowr/exceptions.rb', line 78

def initialize
	super "Realm not set in options or API constructor."
end