Source code for rics.translation.exceptions

"""General errors for the translation suite."""


[docs]class ConfigurationError(ValueError): """Raised in case of bad configuration."""
[docs]class OfflineError(ValueError): """Raised for offline state errors."""