Project rename and restructure
This commit is contained in:
10
hopper/errors.py
Normal file
10
hopper/errors.py
Normal file
@ -0,0 +1,10 @@
|
||||
class BaseError(Exception):
|
||||
...
|
||||
|
||||
|
||||
class PositionOutOfBounds(BaseError):
|
||||
...
|
||||
|
||||
|
||||
class Collision(BaseError):
|
||||
...
|
||||
Reference in New Issue
Block a user