mirror of
https://github.com/bitwarden/server
synced 2025-12-25 04:33:26 +00:00
7 lines
103 B
C#
7 lines
103 B
C#
using System;
|
|
|
|
namespace Bit.Core.Exceptions
|
|
{
|
|
public class NotFoundException : Exception { }
|
|
}
|