Exception: Wowr::Exceptions::NetworkTimeout

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

Instance Method Summary collapse

Constructor Details

#initialize(string) ⇒ NetworkTimeout

Returns a new instance of NetworkTimeout.



158
159
160
# File 'lib/wowr/exceptions.rb', line 158

def initialize(string)
	super "Network timeout '#{string}'."
end