Files
Telegrator/src/Telegrator.Analyzers/RoslynExtensions/Exceptions.cs
T

8 lines
363 B
C#
Raw Normal View History

namespace Telegrator.Analyzers.RoslynExtensions;
2025-08-16 13:13:34 +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