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…
Reference in New Issue