mirror of
https://github.com/bitwarden/server.git
synced 2026-02-04 16:13:12 +08:00
7 lines
103 B
C#
7 lines
103 B
C#
|
|
using System;
|
|||
|
|
|
|||
|
|
namespace Bit.Core.Exceptions
|
|||
|
|
{
|
|||
|
|
public class NotFoundException : Exception { }
|
|||
|
|
}
|