ExceptionThrownEvent constructor
ExceptionThrownEvent({
- required Timestamp timestamp,
- required ExceptionDetails exceptionDetails,
Implementation
ExceptionThrownEvent(
{required this.timestamp, required this.exceptionDetails});