16440bcf43
* Moved AddHandler<T> and AddHandler(Type) methods from IHandlersCollection to extension methods * Added public constructor to IHost types form extensibility * Code cleanup
8 lines
241 B
C#
8 lines
241 B
C#
namespace Telegrator.RoslynGenerators.RoslynExtensions;
|
|
|
|
public class TargteterNotFoundException() : Exception() { }
|
|
|
|
public class BaseClassTypeNotFoundException() : Exception() { }
|
|
|
|
public class AncestorNotFoundException : Exception { }
|