This commit is contained in:
Wizzy69
2022-05-12 23:16:12 +03:00
7 changed files with 33 additions and 2 deletions

View File

@@ -2,7 +2,11 @@ using System;
namespace PluginManager.Others.Exceptions
{
/// <summary>
/// Custom Exception for PluginManager
/// </summary>
[Serializable]
public class APIException : Exception
{
/// <summary>

View File

@@ -10,6 +10,9 @@ using System.Threading;
namespace PluginManager.Others
{
/// <summary>
/// A special class with functions
/// </summary>
public static class Functions
{
/// <summary>