class Expectr
  # Public: Error to denote a problem with the running Process associated with
  # the current Expectr object
  class ProcessError < StandardError; end
end