<?php
// {{{ICINGA_LICENSE_HEADER}}}
namespace Icinga\Exception;
/**
* Handle problems according to file system permissions
*/
class SystemPermissionException extends IcingaException
{
}