CommentNotCreatedByCallerException constructor

CommentNotCreatedByCallerException({
  1. String? type,
  2. String? message,
})

Implementation

CommentNotCreatedByCallerException({String? type, String? message})
    : super(
          type: type,
          code: 'CommentNotCreatedByCallerException',
          message: message);