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