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