Raised when the token network proxy safety switch is turned on (i.e deprecated).
| 367 | |
| 368 | |
| 369 | class TokenNetworkDeprecated(RaidenError): |
| 370 | """Raised when the token network proxy safety switch |
| 371 | is turned on (i.e deprecated). |
| 372 | """ |
| 373 | |
| 374 | |
| 375 | class MintFailed(RaidenError): |
no outgoing calls
no test coverage detected