Skip to content

Commit

Permalink
Update errors.py
Browse files Browse the repository at this point in the history
  • Loading branch information
FewerElk authored Mar 6, 2023
1 parent 944591e commit 18fc6ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ class Object3DError(Exception):
class CubePointsError(Object3DError):
pass

class PointError(object):
class PointError(Exception):
pass

0 comments on commit 18fc6ed

Please sign in to comment.