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.



21
22
23
# File 'lib/wowr/exceptions.rb', line 21

def initialize(string)
	super "Server at '#{string}' did not respond."
end