Used when the wrong number of arguments are sent to modules or invalid arguments are specified on the command line
| 240 | |
| 241 | |
| 242 | class SaltInvocationError(SaltException, TypeError): |
| 243 | """ |
| 244 | Used when the wrong number of arguments are sent to modules or invalid |
| 245 | arguments are specified on the command line |
| 246 | """ |
| 247 | |
| 248 | |
| 249 | class PkgParseError(SaltException): |
no outgoing calls