catchException abstract method

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

Implementation

ExceptionCatcherResult<T> catchException(
  T exception,
  ExceptionCatcherContext context,
);