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

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

7 lines
103 B
C#
Raw Normal View History

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