mirror of
https://github.com/bitwarden/server
synced 2025-12-16 16:23:31 +00: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