mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 13:54:26 +02:00
parent
78285b95a3
commit
a68c05da7f
@ -15,7 +15,7 @@ class IcingaException extends Exception
|
|||||||
*
|
*
|
||||||
* If there is at least one exception, the last one will be also used for the exception chaining.
|
* If there is at least one exception, the last one will be also used for the exception chaining.
|
||||||
*/
|
*/
|
||||||
public function __construct($message = '')
|
public function __construct($message)
|
||||||
{
|
{
|
||||||
$args = array_slice(func_get_args(), 1);
|
$args = array_slice(func_get_args(), 1);
|
||||||
$exc = null;
|
$exc = null;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user