// SPDX-License-Identifier: GPL-3.0-or-later namespace Icinga\Exception; /** * Class ConfigurationError * @package Icinga\Exception */ class ConfigurationError extends IcingaException { }