Exception: Wowr::Exceptions::CharacterNotFound

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

Instance Method Summary collapse

Constructor Details

#initialize(string) ⇒ CharacterNotFound

Returns a new instance of CharacterNotFound.



109
110
111
# File 'lib/wowr/exceptions.rb', line 109

def initialize(string)
	super "Character not found with name '#{string}'."
end