onException method

  1. @override
Future<void> onException(
  1. Object exception,
  2. StackTrace stackTrace
)
override

Implementation

@override
Future<void> onException(Object exception, StackTrace stackTrace) async {
  _currentFeature.currentScenario.currentStep
      .onException(exception, stackTrace);
}