namespace Telegrator.Analyzers { /// /// Exception thrown when a target is not found during code generation. /// internal class TargteterNotFoundException() : Exception() { } /// /// Exception thrown when a base class type is not found during code generation. /// internal class BaseClassTypeNotFoundException() : Exception() { } }