aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mdpoly/errors.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/mdpoly/errors.py b/mdpoly/errors.py
index 65290b3..1531a84 100644
--- a/mdpoly/errors.py
+++ b/mdpoly/errors.py
@@ -9,9 +9,3 @@ class InvalidShape(Exception):
"""
This is raised whenever there is an invalid shape
"""
-
-class IndexError(Exception):
- """
- This is raised whenever there is an invalid index
- """
-