diff --git a/gridlock/error.py b/gridlock/error.py index 0ea04ff..3974e9c 100644 --- a/gridlock/error.py +++ b/gridlock/error.py @@ -1,9 +1,2 @@ class GridError(Exception): - """ - Simple Exception for Grid - """ - def __init__(self, value): - self.value = value - - def __str__(self): - return repr(self.value) + pass