catchException abstract method

ExceptionCatcherResult<T> catchException(
  1. T exception,
  2. covariant Context context
)

Implementation

ExceptionCatcherResult<T> catchException(
  T exception,
  covariant Context context,
);