Exception: Wowr::Exceptions::GuildNameNotSet
- Inherits:
-
StandardError
- Object
- StandardError
- Wowr::Exceptions::GuildNameNotSet
- Defined in:
- lib/wowr/exceptions.rb
Instance Method Summary collapse
-
#initialize ⇒ GuildNameNotSet
constructor
A new instance of GuildNameNotSet.
Constructor Details
#initialize ⇒ GuildNameNotSet
Returns a new instance of GuildNameNotSet.
31 32 33 |
# File 'lib/wowr/exceptions.rb', line 31 def initialize super "Guild name not set in options or API constructor." end |