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