* @license http://www.gnu.org/licenses/gpl-2.0.txt GPL, version 2 * @author Icinga Development Team */ // {{{ICINGA_LICENSE_HEADER}}} namespace Icinga\Exception; use \Exception; /** * Handle problems according to file system permissions */ class SystemPermissionException extends Exception { }