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