Auth and error handling components
This commit is contained in:
		| @@ -0,0 +1,7 @@ | ||||
| using BlazorWebAssemblyVisaApiClient.Common; | ||||
| using VisaApiClient; | ||||
|  | ||||
| namespace BlazorWebAssemblyVisaApiClient.Components.Auth.Exceptions | ||||
| { | ||||
|     public class NotLoggedInException() : BlazorClientException("User is not logged in"); | ||||
| } | ||||
		Reference in New Issue
	
	Block a user