diff --git a/library/Icinga/Exception/IcingaException.php b/library/Icinga/Exception/IcingaException.php index 1869e75ca..3fdd5aa12 100644 --- a/library/Icinga/Exception/IcingaException.php +++ b/library/Icinga/Exception/IcingaException.php @@ -40,7 +40,7 @@ class IcingaException extends Exception $e = new ReflectionClass(get_called_class()); return $e->newInstanceArgs($args); } - + /** * Return the given exception formatted as one-liner *