project structure cleanup

pull/5/head
Evan Hemsley 2019-07-17 11:34:29 -07:00
parent d5a196b298
commit c344ab0c67
17 changed files with 0 additions and 12 deletions

View File

@ -1,12 +0,0 @@
using System;
namespace Encompass.Exceptions
{
public class DetectorWithoutComponentTypesException : Exception
{
public DetectorWithoutComponentTypesException(
string format,
params object[] args
) : base(string.Format(format, args)) { }
}
}