SwapDude/SWAD.API/Exceptions/TooManyRequestsException.cs
Lisoveliy 4a95ba0d86
Some checks failed
Deploy / update (push) Has been cancelled
Build Project .NET / build (push) Has been cancelled
fix: fixed search of tidal tracks using WebUtils
2025-05-12 21:37:29 +03:00

3 lines
107 B
C#

namespace SWAD.API.Exceptions;
public class TooManyRequestsException(string message) : Exception(message);