Class getExceptionType()

in src/main/java/feign/error/ExceptionGenerator.java [92:94]


  Class<? extends Exception> getExceptionType() {
    return exceptionType;
  }