Source code for acapy_agent.config.error

"""Errors for config modules."""

from .base import ConfigError


[docs] class ArgsParseError(ConfigError): """Error raised when there is a problem parsing the command-line arguments."""