public Builder withExceptionType()

in src/main/java/feign/error/ExceptionGenerator.java [115:118]


    public Builder withExceptionType(Class<? extends Exception> exceptionType) {
      this.exceptionType = exceptionType;
      return this;
    }