1
0
mirror of https://github.com/bitwarden/server synced 2026-01-28 15:23:38 +00:00
Files
server/src/Core/AdminConsole/Collections/DuplicateDefaultCollectionException.cs
2026-01-01 15:16:48 +10:00

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.");