Cosmos/source/Playgrounds/Ben/SOOOS/Code/trustedLibs/IPC/Cosmos.IPC/MessageValidationException.cs

12 lines
206 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Ben.Kernel.IPC
{
public class MessageValidationException :Exception //HACK
{
}
}