1
0
mirror of https://github.com/bitwarden/server synced 2025-12-16 16:23:31 +00:00
Files
server/src/Core/Exceptions/NotFoundException.cs
2022-08-29 16:06:55 -04:00

4 lines
82 B
C#

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