simplify GridError definition

lethe/LATEST
Jan Petykiewicz 3 years ago
parent 1067c3b780
commit f338d06be6

@ -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

Loading…
Cancel
Save