1
0
mirror of https://github.com/bitwarden/server synced 2026-03-01 10:51:26 +00:00

Return uniform error

This commit is contained in:
Thomas Rittson
2026-01-01 15:16:48 +10:00
parent a9e840988d
commit ebbdc946a1
7 changed files with 113 additions and 32 deletions

View File

@@ -0,0 +1,5 @@
namespace Bit.Core.AdminConsole.Collections;
public class DuplicateDefaultCollectionException()
: Exception("A My Items collection already exists for one or more of the specified organization members.");