mirror of
https://github.com/bitwarden/server
synced 2026-01-28 15:23:38 +00:00
6 lines
213 B
C#
6 lines
213 B
C#
namespace Bit.Core.AdminConsole.Collections;
|
|
|
|
public class DuplicateDefaultCollectionException()
|
|
: Exception("A My Items collection already exists for one or more of the specified organization members.");
|
|
|