This commit is contained in:
2023-03-27 00:19:30 +02:00
parent 01a926d316
commit df33170f71
28 changed files with 543 additions and 125 deletions

View File

@@ -1,7 +1,4 @@
using System;
using System.Runtime.CompilerServices;
namespace Password_Manager
namespace Profiles
{
sealed class ProfileNotFoundException : Exception
{