cause method

  1. @override
ExceptionCause? cause(
  1. T error
)

Implementation

@override
ExceptionCause? cause(T error) {
  return ExceptionCause(error.originalException, error.originalStackTrace);
}