Exception: Wowr::Exceptions::ServerDoesNotExist

Inherits:
StandardError
  • Object
show all
Defined in:
lib/wowr/exceptions.rb

Instance Method Summary collapse

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