project structure cleanup
parent
d5a196b298
commit
c344ab0c67
|
@ -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)) { }
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue