UserCallbackException constructor

UserCallbackException(
  1. Object userException
)

Implementation

UserCallbackException(this.userException)
    : super('An exception occurred while executing a user-provided callback. See userException for more details: $userException');