DocumentVersionException constructor
DocumentVersionException({})
Implementation
DocumentVersionException({
required super.code,
required super.message,
required this.rawVersion,
this.major,
this.minor,
super.details,
});