Exception: Wowr::Exceptions::ServerDoesNotExist
- Inherits:
-
StandardError
- Object
- StandardError
- Wowr::Exceptions::ServerDoesNotExist
- Defined in:
- lib/wowr/exceptions.rb
Instance Method Summary collapse
-
#initialize(string) ⇒ ServerDoesNotExist
constructor
A new instance of ServerDoesNotExist.
Constructor Details
#initialize(string) ⇒ ServerDoesNotExist
Returns a new instance of ServerDoesNotExist.
19 20 21 |
# File 'lib/wowr/exceptions.rb', line 19 def initialize(string) super "Server at '#{string}' did not respond." end |