Exception: Wowr::Exceptions::GuildBankNotFound

Inherits:
StandardError
  • Object
show all
Defined in:
lib/wowr/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initialize(guild) ⇒ GuildBankNotFound

Returns a new instance of GuildBankNotFound.



51
52
53
# File 'lib/wowr/exceptions.rb', line 51

def initialize(guild)
	super "Guild bank for '#{guild}' not found, this could be due to lack of access privileges or failed login attempt."
end