Exception: Wowr::Exceptions::GuildNotFound
- Inherits:
-
ElementNotFoundError
- Object
- StandardError
- ElementNotFoundError
- Wowr::Exceptions::GuildNotFound
- Defined in:
- lib/wowr/exceptions.rb
Instance Method Summary collapse
-
#initialize(string) ⇒ GuildNotFound
constructor
A new instance of GuildNotFound.
Constructor Details
#initialize(string) ⇒ GuildNotFound
Returns a new instance of GuildNotFound.
101 102 103 |
# File 'lib/wowr/exceptions.rb', line 101 def initialize(string) super "Guild not found with name '#{string}'." end |