Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5
class
LoadError(Exception):
# We'll raise this if we have trouble loading our track.
6
pass
7
8
9
class
CustomAudioTrack(DeferredAudioTrack):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected