class ApplicationError(zim.errors.Error): (source)
Method | __init__ |
Constructor |
Instance Variable | description |
Undocumented |
Instance Variable | msg |
Undocumented |
Inherited from Error
:
Method | __repr__ |
Undocumented |
Method | __str__ |
Undocumented |
zim.errors.Error.__init__
Parameters | |
cmd | the application command as string |
args | tuple of arguments given to the command |
retcode | the return code of the command (non-zero!) |
stderr | the error output of the command |