ExceptionAction constructor

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

Implementation

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