MCPcopy Index your code
hub / github.com/devoxin/Lavalink.py / LoadError

Class LoadError

examples/custom_source.py:5–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3
4
5class LoadError(Exception): # We'll raise this if we have trouble loading our track.
6 pass
7
8
9class CustomAudioTrack(DeferredAudioTrack):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected