Argument value is otherwise invalid (doesn't match choices, for instance)
| 86 | |
| 87 | |
| 88 | class ArgumentValid(ArgumentError): |
| 89 | """ |
| 90 | Argument value is otherwise invalid (doesn't match choices, for instance) |
| 91 | """ |
| 92 | pass |
| 93 | |
| 94 | |
| 95 | class ArgumentTooFew(ArgumentError): |
no outgoing calls
no test coverage detected