addCatchError abstract method

void addCatchError(
  1. DartnessCatchError errorHandler
)

Adds an error handler to the error handler.

Implementation

void addCatchError(final DartnessCatchError errorHandler);