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