Exception: Wowr::Exceptions::CharacterNoInfo

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

Instance Method Summary collapse

Constructor Details

#initialize(string) ⇒ CharacterNoInfo

Returns a new instance of CharacterNoInfo.



121
122
123
# File 'lib/wowr/exceptions.rb', line 121

def initialize(string)
		    super "Character with name '#{string}' have no informations in the armory (not logged on WoW since last armory reset)"
end