mirror of
https://github.com/Tyrrrz/CliFx.git
synced 2025-10-25 15:19:17 +00:00
Rename CommandErrorException to CommandException
This commit is contained in:
@@ -26,7 +26,7 @@ namespace CliFx.Tests
|
||||
[Command("faulty command")]
|
||||
private class TestFaultyCommand : ICommand
|
||||
{
|
||||
public Task ExecuteAsync(IConsole console) => Task.FromException(new CommandErrorException(-1337));
|
||||
public Task ExecuteAsync(IConsole console) => Task.FromException(new CommandException(-1337));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user