public void describeTo()

in future/src/main/java/com/spotify/hamcrest/future/ExceptionallyCompletedFuture.java [77:81]


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