Repository URL to install this package:
|
Version:
5.0.1 ▾
|
"""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