From 226bb6175103c2aea7902bcab90d5736ce929b2b Mon Sep 17 00:00:00 2001 From: kwzrd Date: Thu, 26 Mar 2020 22:34:53 +0100 Subject: Deseasonify: move exceptions module under utils --- bot/utils/exceptions.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 bot/utils/exceptions.py (limited to 'bot/utils/exceptions.py') diff --git a/bot/utils/exceptions.py b/bot/utils/exceptions.py new file mode 100644 index 00000000..70c20e12 --- /dev/null +++ b/bot/utils/exceptions.py @@ -0,0 +1,4 @@ +class BrandingError(Exception): + """Exception raised by the BrandingManager cog.""" + + pass -- cgit v1.2.3