in future/src/main/java/com/spotify/hamcrest/future/ExceptionallyCompletedCompletionStage.java [78:82]
public void describeTo(final Description description) {
description
.appendText("a stage that completed with an exception that ")
.appendDescriptionOf(matcher);
}