mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-04-05 06:44:50 -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")
|
|
{
|
|
}
|
|
} |