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