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