class NeonRAW::Errors::TimedOut

The connection timed out.

Public Class Methods

new(msg = 'Your connection timed out.') click to toggle source
Calls superclass method
# File lib/NeonRAW/errors.rb, line 455
def initialize(msg = 'Your connection timed out.')
  super(msg)
end