aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exceptions.py
blob: 70c20e122c486983d7d3e7937748efd6e7bc7388 (plain) (blame)
1
2
3
4
class BrandingError(Exception):
    """Exception raised by the BrandingManager cog."""

    pass