Exception: Wowr::Exceptions::ItemNotFound

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

Instance Method Summary collapse

Constructor Details

#initialize(string) ⇒ ItemNotFound

Returns a new instance of ItemNotFound.



95
96
97
# File 'lib/wowr/exceptions.rb', line 95

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