namespace Foxcord; /// /// Internal errors from Foxcord itself. These generally can't be handled by the library consumer. /// public class FoxcordException(string message) : Exception(message);