mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-01-05 20:37:51 -05:00
8 lines
184 B
C#
8 lines
184 B
C#
namespace Cleanuparr.Domain.Exceptions;
|
|
|
|
public sealed class DelugeLogoutException : DelugeClientException
|
|
{
|
|
public DelugeLogoutException() : base("logout failed")
|
|
{
|
|
}
|
|
} |