Raised if someone tries to create a channel that already exists.
| 250 | |
| 251 | |
| 252 | class DuplicatedChannelError(RaidenRecoverableError): |
| 253 | """Raised if someone tries to create a channel that already exists.""" |
| 254 | |
| 255 | |
| 256 | class UnexpectedChannelState(RaidenRecoverableError): |
no outgoing calls
no test coverage detected