# File lib/net/ssh/service/process/open.rb, line 149 def do_exec_failure( channel ) if @on_failure @on_failure.call( self, nil ) else raise Net::SSH::Exception, "could not execute process (#{@command})" end end