Loading ccnode/errors.py +10 −0 Original line number Diff line number Diff line Loading @@ -106,3 +106,13 @@ class SendFileJobError(XferJobError): ''' ''' pass class DrbdCopyJobError(JobError): ''' ''' pass class TCPTunnelJobError(JobError): ''' ''' pass Loading
ccnode/errors.py +10 −0 Original line number Diff line number Diff line Loading @@ -106,3 +106,13 @@ class SendFileJobError(XferJobError): ''' ''' pass class DrbdCopyJobError(JobError): ''' ''' pass class TCPTunnelJobError(JobError): ''' ''' pass