mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-05-01 19:32:55 -04:00
8 lines
185 B
C#
8 lines
185 B
C#
namespace Data.Models.Deluge.Exceptions;
|
|
|
|
public sealed class DelugeLogoutException : DelugeClientException
|
|
{
|
|
public DelugeLogoutException() : base("logout failed")
|
|
{
|
|
}
|
|
} |