Raised if an operation is attempted on a channel while it is in an unexpected state.
| 254 | |
| 255 | |
| 256 | class UnexpectedChannelState(RaidenRecoverableError): |
| 257 | """Raised if an operation is attempted on a channel while it is in an unexpected state.""" |
| 258 | |
| 259 | |
| 260 | class APIServerPortInUseError(RaidenError): |
no outgoing calls
no test coverage detected