2013-06-20 13:47:51 +02:00
|
|
|
<?php
|
2016-02-08 15:41:00 +01:00
|
|
|
/* Icinga Web 2 | (c) 2013 Icinga Development Team | GPLv2+ */
|
2013-06-20 13:47:51 +02:00
|
|
|
|
|
|
|
namespace Icinga\Exception;
|
|
|
|
|
|
|
|
/**
|
2013-08-29 16:30:22 +02:00
|
|
|
* Handle problems according to file system permissions
|
2013-06-20 13:47:51 +02:00
|
|
|
*/
|
2014-08-26 11:21:57 +02:00
|
|
|
class SystemPermissionException extends IcingaException
|
2013-06-20 13:47:51 +02:00
|
|
|
{
|
|
|
|
}
|