Exception: Wowr::Exceptions::GuildBankNotFound
- Inherits:
-
StandardError
- Object
- StandardError
- Wowr::Exceptions::GuildBankNotFound
- Defined in:
- lib/wowr/exceptions.rb
Instance Method Summary collapse
-
#initialize(guild) ⇒ GuildBankNotFound
constructor
A new instance of GuildBankNotFound.
Constructor Details
#initialize(guild) ⇒ GuildBankNotFound
Returns a new instance of GuildBankNotFound.
49 50 51 |
# File 'lib/wowr/exceptions.rb', line 49 def initialize(guild) super "Guild bank for '#{guild}' not found, this could be due to lack of access privileges or failed login attempt." end |