ExceptionAction constructor

const ExceptionAction(
  1. Object exception, [
  2. StackTrace? stackTrace
])

Creates an ExceptionAction with the error information.

Implementation

const ExceptionAction(this.exception, [this.stackTrace]);