Exception: Wowr::Exceptions::CharacterBelowMinLevel

Inherits:
ElementNotFoundError show all
Defined in:
lib/wowr/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initialize(string) ⇒ CharacterBelowMinLevel

Returns a new instance of CharacterBelowMinLevel.



115
116
117
# File 'lib/wowr/exceptions.rb', line 115

def initialize(string)
	super "Character with name '#{string}' is below min level (10)."
end