onException abstract method
Called when an exception is thrown.
Implementation
Future<void> onException(ExecutionContext context, Exception exception);
Called when an exception is thrown.
Future<void> onException(ExecutionContext context, Exception exception);