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