2025-08-18 20:32:24 +04:00
|
|
|
namespace Telegrator.Analyzers.RoslynExtensions;
|
2025-08-16 13:13:34 +04:00
|
|
|
|
2026-04-27 09:56:44 +04:00
|
|
|
#pragma warning disable RCS1194 // Implement exception constructors
|
|
|
|
|
public class TargteterNotFoundException() : Exception();
|
|
|
|
|
public class BaseClassTypeNotFoundException() : Exception();
|
|
|
|
|
public class AncestorNotFoundException() : Exception();
|
|
|
|
|
#pragma warning restore RCS1194 // Implement exception constructors
|