class Dependabot::ToolFeatureNotSupported

def initialize(tool_name:, tool_type:, feature:)

def initialize(tool_name:, tool_type:, feature:)
  @tool_name = tool_name
  @tool_type = tool_type
  @feature = feature
  super(build_message)
end