ExceptionInfoResponseBody constructor
ExceptionInfoResponseBody({
- required ExceptionBreakMode breakMode,
- String? description,
- ExceptionDetails? details,
- required String exceptionId,
Implementation
ExceptionInfoResponseBody({
required this.breakMode,
this.description,
this.details,
required this.exceptionId,
});