Used when an invalid argument was passed to a command execution
| 480 | |
| 481 | |
| 482 | class ArgumentValueError(CommandExecutionError): |
| 483 | """ |
| 484 | Used when an invalid argument was passed to a command execution |
| 485 | """ |
| 486 | |
| 487 | |
| 488 | class CheckError(CommandExecutionError): |
no outgoing calls
no test coverage detected