diff options
Diffstat (limited to 'library/Icinga/Exception/QueryException.php')
-rw-r--r-- | library/Icinga/Exception/QueryException.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/library/Icinga/Exception/QueryException.php b/library/Icinga/Exception/QueryException.php new file mode 100644 index 0000000..9344b86 --- /dev/null +++ b/library/Icinga/Exception/QueryException.php @@ -0,0 +1,11 @@ +<?php +/* Icinga Web 2 | (c) 2013 Icinga Development Team | GPLv2+ */ + +namespace Icinga\Exception; + +/** + * Exception thrown if a query encountered an error + */ +class QueryException extends IcingaException +{ +} |