lib/rye.rb in rye-0.7.4 vs lib/rye.rb in rye-0.7.5

- old
+ new

@@ -61,9 +61,12 @@ class NoBoxes < RuntimeError; end class NoHost < RuntimeError; end class NotConnected < RuntimeError; end class CommandNotFound < RuntimeError; end + class NoPty < RuntimeError + def message; "Could not obtain pty (i.e. an interactive ssh session)"; end + end class CommandError < RuntimeError attr_reader :rap # * +rap+ a Rye::Rap object def initialize(rap) @rap = rap \ No newline at end of file