ExceptionAction constructor
const
ExceptionAction(
- Object exception, [
- StackTrace? stackTrace
Creates an ExceptionAction with the error information.
Implementation
const ExceptionAction(this.exception, [this.stackTrace]);