Skip to content

Commit

Permalink
have IPCError inherit DiscordException (Ext-Creators#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShineyDev authored Apr 29, 2021
1 parent 1260821 commit 706cabc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion discord/ext/ipc/errors.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
class IPCError(Exception):
from discord import DiscordException


class IPCError(DiscordException):
"""Base IPC exception class"""

pass
Expand Down

0 comments on commit 706cabc

Please sign in to comment.