aboutsummaryrefslogtreecommitdiff
path: root/discord/errors.py
diff options
context:
space:
mode:
Diffstat (limited to 'discord/errors.py')
-rw-r--r--discord/errors.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/discord/errors.py b/discord/errors.py
index 6a016149..36ec3b48 100644
--- a/discord/errors.py
+++ b/discord/errors.py
@@ -24,10 +24,6 @@ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.
"""
-class InvalidEventName(Exception):
- """Thrown when an event from :meth:`Client.event` has an invalid name."""
- pass
-
class InvalidDestination(Exception):
"""Thrown when the destination from :meth:`Client.send_message` is invalid."""
pass