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