tuxbot-bot/tuxbot/cogs/Linux/functions/exceptions.py

10 lines
135 B
Python
Raw Normal View History

from discord.ext import commands
class LinuxException(commands.BadArgument):
pass
class CNFException(LinuxException):
pass