blob: 5651169b41f9b7ada2395e13532f5e1da347e53c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<?php
/* Icinga Web 2 | (c) 2013 Icinga Development Team | GPLv2+ */
namespace Icinga\Exception;
/**
* Handle problems according to file system permissions
*/
class SystemPermissionException extends IcingaException
{
}
|