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