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