# | Line 135 | Line 135 | class Result: | |
---|---|---|
135 | def __repr__(self): | |
136 | return str(self.attrs) | |
137 | ||
138 | < | class StatgrabException: |
138 | > | class StatgrabException(Exception): |
139 | def __init__(self, value): | |
140 | self.value = value | |
141 | def __str__(self): |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |