mirror of
https://github.com/bitwarden/server
synced 2025-12-16 16:23:31 +00:00
4 lines
82 B
C#
4 lines
82 B
C#
namespace Bit.Core.Exceptions;
|
|
|
|
public class NotFoundException : Exception { }
|