Remove superfluous whitespaces in IcingaException

refs #9644
This commit is contained in:
Eric Lippmann 2015-07-28 13:46:32 +02:00
parent 7cfc78558d
commit fe73d6de83
1 changed files with 1 additions and 1 deletions

View File

@ -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
*