public void describeTo()

in future/src/main/java/com/spotify/hamcrest/future/ExceptionallyCompletedBlockingFuture.java [69:73]


  public void describeTo(final Description description) {
    description
        .appendText("a future that completed with an exception that ")
        .appendDescriptionOf(matcher);
  }