Raised if there is no token network for token used when opening a channel
| 210 | |
| 211 | |
| 212 | class TokenNotRegistered(RaidenError): |
| 213 | """Raised if there is no token network for token used when opening a channel""" |
| 214 | |
| 215 | |
| 216 | class AlreadyRegisteredTokenAddress(RaidenError): |