Sulu\Component\Webspace\Loader\Exception\InvalidDefaultErrorTemplateException::__construct PHP Method

__construct() public method

InvalidErrorTemplateException constructor.
public __construct ( string $template, integer $webspace )
$template string
$webspace integer
    public function __construct($template, $webspace)
    {
        parent::__construct(sprintf('Default of "%s" in webspace "%s" cannot be false if no code is defined.', $template, $webspace));
        $this->template = $template;
        $this->webspace = $webspace;
    }
InvalidDefaultErrorTemplateException