File Manager

Path: /opt/chef.upgrade/embedded/lib/ruby/gems/2.3.0/gems/parser-2.4.0.0/lib/parser/

Viewing File: clobbering_error.rb

module Parser
  ##
  # {Parser::ClobberingError} is raised when {Parser::Source::Rewriter}
  # detects a clobbering rewrite action. This class inherits {RuntimeError}
  # rather than {StandardError} for backward compatibility.
  #
  # @api public
  #
  class ClobberingError < RuntimeError
  end
end