mirror of
https://github.com/bitwarden/server.git
synced 2026-02-08 18:03:11 +08:00
initial commit of source
This commit is contained in:
6
src/Core/Exceptions/NotFoundException.cs
Normal file
6
src/Core/Exceptions/NotFoundException.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
using System;
|
||||
|
||||
namespace Bit.Core.Exceptions
|
||||
{
|
||||
public class NotFoundException : Exception { }
|
||||
}
|
||||
Reference in New Issue
Block a user