LogExceptionDto constructor

LogExceptionDto({
  1. String? exceptionClass,
  2. String? message,
})

Implementation

LogExceptionDto({
  this.exceptionClass,
  this.message,
});