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