Exception: Rexec::TerminalClosedError

Inherits:
Error
  • Object
show all
Defined in:
lib/rexec/error.rb

Overview

Terminal connection closed.

Instance Method Summary collapse

Constructor Details

#initializeTerminalClosedError

Returns a new instance of TerminalClosedError.



41
42
43
# File 'lib/rexec/error.rb', line 41

def initialize
  super("Terminal connection closed")
end