public Exception decode()

in src/main/java/feign/error/MethodErrorHandler.java [35:38]


  public Exception decode(Response response) {
    ExceptionGenerator constructorDefinition = getConstructorDefinition(response);
    return createException(constructorDefinition, response);
  }