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