mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
SetupException: Provide a default exception message
This commit is contained in:
parent
16e54d3987
commit
c5b5d3c9c3
@ -12,4 +12,11 @@ use Icinga\Exception\IcingaException;
|
||||
*/
|
||||
class SetupException extends IcingaException
|
||||
{
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function __construct()
|
||||
{
|
||||
parent::__construct('Setup abortion');
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user