Files
TuneBot/tunebot/plugins/exceptions.py
T

6 lines
78 B
Python

class PluginInitFailed(Exception):
pass
__all__ = ("PluginInitFailed",)