ExceptionFault constructor
const
ExceptionFault(
- Exception exception,
- StackTrace stackTrace
Creates an ExceptionFault with the given exception and stackTrace
Implementation
const ExceptionFault(this.exception, StackTrace stackTrace)
: super._internal(stackTrace);