This commit is contained in:
2022-05-07 13:52:28 +03:00
parent d3d687ea2f
commit b9ff016caa
9 changed files with 35 additions and 4 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>