diff options
Diffstat (limited to 'library/Icinga/Exception/SystemPermissionException.php')
-rw-r--r-- | library/Icinga/Exception/SystemPermissionException.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/library/Icinga/Exception/SystemPermissionException.php b/library/Icinga/Exception/SystemPermissionException.php new file mode 100644 index 0000000..5651169 --- /dev/null +++ b/library/Icinga/Exception/SystemPermissionException.php @@ -0,0 +1,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 +{ +} |