2013-06-20 13:47:51 +02:00
|
|
|
<?php
|
2015-02-04 10:46:36 +01:00
|
|
|
/* Icinga Web 2 | (c) 2013-2015 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
|
|
|
{
|
|
|
|
}
|