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