Добавьте файлы проекта.
This commit is contained in:
3
ArgumentsToolkit.Core/Errors/ArgumentError.cs
Normal file
3
ArgumentsToolkit.Core/Errors/ArgumentError.cs
Normal file
@@ -0,0 +1,3 @@
|
||||
namespace ArgumentsToolkit;
|
||||
|
||||
public record ArgumentError(ErrorCode Code, string Message, string? Option = null);
|
||||
Reference in New Issue
Block a user