mirror of
https://github.com/cxfksword/jellyfin-plugin-danmu.git
synced 2026-05-12 19:07:04 +08:00
10 lines
174 B
C#
10 lines
174 B
C#
|
|
using System;
|
|
|
|
public class FrequentlyRequestException : Exception
|
|
{
|
|
public FrequentlyRequestException(Exception ex) : base("Request tool frequently", ex)
|
|
{
|
|
|
|
}
|
|
} |