Duplicate Parameter Type Exception
class DuplicateParameterTypeException(val method: Method, val duplicates: List<DuplicateParameterType>) : RuntimeException
A class representing a method with multiple parameters of the same type that have not been annotated with com.embabel.agent.api.annotation.RequireNameMatch.