# File lib/termtter/client.rb, line 354
      def rescue_error
        begin
          yield
        rescue Exception => e
          handle_error(e)
        end
      end