Exception: Wowr::Exceptions::CharacterNameNotSet

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

Instance Method Summary collapse

Constructor Details

#initializeCharacterNameNotSet

Returns a new instance of CharacterNameNotSet.



25
26
27
# File 'lib/wowr/exceptions.rb', line 25

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