Raised when the token address in already registered with the given network.
| 214 | |
| 215 | |
| 216 | class AlreadyRegisteredTokenAddress(RaidenError): |
| 217 | """Raised when the token address in already registered with the given network.""" |
| 218 | |
| 219 | |
| 220 | class InvalidToken(RaidenError): |
no outgoing calls
no test coverage detected