printFail method

void printFail()

Implementation

void printFail() {
  if (fail != null) {
    print(fail.toString());
  }
}