Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
flockwave-gps / gps / errors.py
Size: Mime:
"""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