Source code for acapy_agent.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."""