Cosmos/source/Cosmos.System2_Plugs/System/ExceptionImpl.cs
2020-11-30 17:25:43 +01:00

12 lines
197 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Cosmos.System_Plugs.System
{
class ExceptionImpl
{
}
}