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.



127
128
129
# File 'lib/wowr/exceptions.rb', line 127

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