Closing applications

This commit is contained in:
2024-09-08 15:14:07 +03:00
parent c128349f3b
commit 11b28359dd
6 changed files with 113 additions and 47 deletions

View File

@@ -1,6 +0,0 @@
using BlazorWebAssemblyVisaApiClient.Common;
namespace BlazorWebAssemblyVisaApiClient.Components.Auth.Exceptions
{
public class NotLoggedInException() : BlazorClientException("User is not logged in");
}