lib/regexp_parser/error.rb



class Regexp::Parser
  # base class for all gem-specific errors
  class Error < StandardError; end
end