diff options
Diffstat (limited to 'library/Icinga/Exception/NotFoundError.php')
-rw-r--r-- | library/Icinga/Exception/NotFoundError.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/library/Icinga/Exception/NotFoundError.php b/library/Icinga/Exception/NotFoundError.php new file mode 100644 index 0000000..74e6941 --- /dev/null +++ b/library/Icinga/Exception/NotFoundError.php @@ -0,0 +1,8 @@ +<?php +/* Icinga Web 2 | (c) 2014 Icinga Development Team | GPLv2+ */ + +namespace Icinga\Exception; + +class NotFoundError extends IcingaException +{ +} |