class Strum::Errors::NilSocketReceiver

Raised when a Handshake is executed on a nil socket.

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/strum/internal/errors.rb, line 102
def initialize
  super("Ths Socket receiver for this Handshake is nil!")
end