DartnessCatchError constructor

DartnessCatchError(
  1. List<Type> errorTypes,
  2. Function handler
)

Implementation

DartnessCatchError(this.errorTypes, this.handler);