Raised when a track fails to load. E.g. if a DeferredAudioTrack fails to find an equivalent.
| 53 | |
| 54 | |
| 55 | class LoadError(LavalinkError): |
| 56 | """ Raised when a track fails to load. E.g. if a DeferredAudioTrack fails to find an equivalent. """ |
| 57 | |
| 58 | |
| 59 | class RequestError(LavalinkError): |
nothing calls this directly
no outgoing calls
no test coverage detected