mirror of
https://git.v0l.io/Kieran/void.cat.git
synced 2025-11-15 10:47:05 +01:00
6 lines
158 B
C#
6 lines
158 B
C#
namespace VoidCat.Services.VirusScanner.Exceptions;
|
|
|
|
public class RateLimitedException : Exception
|
|
{
|
|
public DateTimeOffset? RetryAfter { get; init; }
|
|
} |