Exception: DatTCP::NotListeningError

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/dat-tcp.rb

Instance Method Summary collapse

Constructor Details

#initializeNotListeningError

Returns a new instance of NotListeningError.



259
260
261
# File 'lib/dat-tcp.rb', line 259

def initialize
  super "`listen` must be called before calling `run`"
end