Source code for aries_cloudagent.tails.error
"""Tails server related errors."""
from ..core.error import BaseError
[docs]class TailsServerNotConfiguredError(BaseError):
"""Error indicating the tails server plugin hasn't been configured."""
"""Tails server related errors."""
from ..core.error import BaseError
[docs]class TailsServerNotConfiguredError(BaseError):
"""Error indicating the tails server plugin hasn't been configured."""