mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-02-19 15:26:22 -05:00
8 lines
182 B
C#
8 lines
182 B
C#
namespace Data.Models.Deluge.Exceptions;
|
|
|
|
public sealed class DelugeLoginException : DelugeClientException
|
|
{
|
|
public DelugeLoginException() : base("login failed")
|
|
{
|
|
}
|
|
} |