f1927cdda0
* Updatedt Solution format
8 lines
234 B
C#
8 lines
234 B
C#
namespace Telegrator.Analyzers.RoslynExtensions;
|
|
|
|
public class TargteterNotFoundException() : Exception() { }
|
|
|
|
public class BaseClassTypeNotFoundException() : Exception() { }
|
|
|
|
public class AncestorNotFoundException : Exception { }
|