class Dependabot::ToolFeatureNotSupported

def build_message

def build_message
  "Dependabot doesn't support the feature '#{feature}' for #{tool_name} (#{tool_type}). " \
    "Please refer to the documentation for supported features."
end