// SPDX-License-Identifier: GPL-3.0-or-later namespace Icinga\Exception; /** * Handle problems according to file system permissions */ class SystemPermissionException extends IcingaException { }