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.



27
28
29
# File 'lib/wowr/exceptions.rb', line 27

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