mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-09-20 00:17:38 +02:00
15 lines
233 B
PHP
15 lines
233 B
PHP
<?php
|
|
// {{{ICINGA_LICENSE_HEADER}}}
|
|
// {{{ICINGA_LICENSE_HEADER}}}
|
|
|
|
namespace Icinga\Exception;
|
|
|
|
use \Exception;
|
|
|
|
/**
|
|
* Handle problems according to file system permissions
|
|
*/
|
|
class SystemPermissionException extends Exception
|
|
{
|
|
}
|