2013-06-20 13:47:51 +02:00
|
|
|
<?php
|
2015-02-03 16:27:59 +01:00
|
|
|
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
|
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
|
|
|
{
|
|
|
|
}
|