Добавьте файлы проекта.
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
namespace Telegrator.Generators
|
||||
{
|
||||
/// <summary>
|
||||
/// Exception thrown when a target is not found during code generation.
|
||||
/// </summary>
|
||||
internal class TargteterNotFoundException() : Exception() { }
|
||||
|
||||
/// <summary>
|
||||
/// Exception thrown when a base class type is not found during code generation.
|
||||
/// </summary>
|
||||
internal class BaseClassTypeNotFoundException() : Exception() { }
|
||||
}
|
||||
Reference in New Issue
Block a user