Exception: Wowr::Exceptions::GuildNotFound

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

Instance Method Summary collapse

Constructor Details

#initialize(string) ⇒ GuildNotFound

Returns a new instance of GuildNotFound.



133
134
135
# File 'lib/wowr/exceptions.rb', line 133

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