Files
server/src/Core/Exceptions/NotFoundException.cs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
88 B
C#
Raw Normal View History

namespace Bit.Core.Exceptions
2015-12-08 22:57:38 -05:00
{
public class NotFoundException : Exception { }
}