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