* Added integration addon wit WTelegramBot (WIP)
* Added some extensions methods * Refactored Result behaviour * Added missing exception messages * Removed telegrator-specific host builder (obsolete) * Code cleanup and bug fixes
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
namespace Telegrator.Analyzers.RoslynExtensions;
|
||||
|
||||
public class TargteterNotFoundException() : Exception() { }
|
||||
|
||||
public class BaseClassTypeNotFoundException() : Exception() { }
|
||||
|
||||
public class AncestorNotFoundException : Exception { }
|
||||
#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
|
||||
|
||||
Reference in New Issue
Block a user