diff options
author | 2020-03-26 22:34:53 +0100 | |
---|---|---|
committer | 2020-03-26 22:34:53 +0100 | |
commit | 226bb6175103c2aea7902bcab90d5736ce929b2b (patch) | |
tree | 987321b6914e8210afb3b72dbaa55ab5558b978b /bot/utils/exceptions.py | |
parent | Deseasonify: ignore dirs in server icons dir (diff) |
Deseasonify: move exceptions module under utils
Diffstat (limited to 'bot/utils/exceptions.py')
-rw-r--r-- | bot/utils/exceptions.py | 4 |
1 files changed, 4 insertions, 0 deletions
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 |