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

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

4 lines
82 B
C#
Raw Normal View History

namespace Bit.Core.Exceptions;
2022-08-29 14:53:16 -04:00
2015-12-08 22:57:38 -05:00
public class NotFoundException : Exception { }