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