mirror of
https://github.com/EnderIce2/SDR-RPC.git
synced 2025-07-12 06:49:13 +00:00
First commit
This commit is contained in:
15
DiscordAPI/Exceptions/BadPresenceException.cs
Normal file
15
DiscordAPI/Exceptions/BadPresenceException.cs
Normal file
@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace DiscordRPC.Exceptions
|
||||
{
|
||||
/// <summary>
|
||||
/// A BadPresenceException is thrown when invalid, incompatible or conflicting properties and is unable to be sent.
|
||||
/// </summary>
|
||||
public class BadPresenceException : Exception
|
||||
{
|
||||
internal BadPresenceException(string message) : base(message) { }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user