|
__init__(self,
sp_error=None,
command='
' ,
errmsg=None,
output='
' ,
userhost='
' ,
returncode=None)
The constructor takes a subprocess.CalledProcessError for the failed
command, from which details of the command are extracted. |
|
|
Inherited from exceptions.StandardError :
__new__
Inherited from exceptions.BaseException :
__delattr__ ,
__getattribute__ ,
__getitem__ ,
__getslice__ ,
__reduce__ ,
__repr__ ,
__setattr__ ,
__setstate__ ,
__unicode__
Inherited from object :
__format__ ,
__hash__ ,
__reduce_ex__ ,
__sizeof__ ,
__subclasshook__
|