1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-29 08:42:19 -05:00
bitwarden/src/Core/Exceptions/NotFoundException.cs
2015-12-08 22:57:38 -05:00

7 lines
103 B
C#

using System;
namespace Bit.Core.Exceptions
{
public class NotFoundException : Exception { }
}