Contents:
[docs] class UnsupportedAxisError(Exception): """Raised when unsupported axis argument is used""" pass [docs] class UnsupportedSurfaceMovementError(Exception): """Raised when unsupported surface movement is used""" pass