InvalidConflictDetailLevelException constructor
Implementation
InvalidConflictDetailLevelException({String? type, String? message})
: super(
type: type,
code: 'InvalidConflictDetailLevelException',
message: message);