Repository URL to install this package:
Version:
3.1.0 ▾
|
"""Base class for all the exceptions that are thrown from the GPS module."""
__all__ = ("Error",)
class Error(RuntimeError):
"""Base class for all exceptions that are thrown from the GPS module."""
pass