ExceptionThrownEvent constructor

ExceptionThrownEvent({
  1. required Timestamp timestamp,
  2. required ExceptionDetails exceptionDetails,
})

Implementation

ExceptionThrownEvent({
  required this.timestamp,
  required this.exceptionDetails,
});