Skip to content

Commit

Permalink
Update exceptions.py
Browse files Browse the repository at this point in the history
  • Loading branch information
olijeffers0n authored May 3, 2021
1 parent b509eed commit 3ce7a8e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion rustplus/exceptions/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,8 @@ class Error(Exception):

class ClientError(Error):
"""Raised when the client details are not valid"""
pass
pass

class ImageError(Error):
"""Raised when the Image Returned is not valid"""
pass

0 comments on commit 3ce7a8e

Please sign in to comment.