addException method

void addException(
  1. Object e
)

Adds an exception to the list of tracked exceptions.

Implementation

void addException(Object e) => _exceptions.add(e);