mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-09-19 16:07:41 +02:00
13 lines
222 B
PHP
13 lines
222 B
PHP
<?php
|
|
// {{{ICINGA_LICENSE_HEADER}}}
|
|
// {{{ICINGA_LICENSE_HEADER}}}
|
|
|
|
namespace Icinga\Exception;
|
|
|
|
/**
|
|
* Handle problems according to file system permissions
|
|
*/
|
|
class SystemPermissionException extends IcingaException
|
|
{
|
|
}
|