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

__construct() public method

public __construct ( Webspace $webspace, $customUrl )
$webspace Sulu\Component\Webspace\Webspace
    public function __construct(Webspace $webspace, $customUrl)
    {
        parent::__construct('The custom-url "' . $customUrl . '" for "' . $webspace->getKey() . '" has no placeholder');
        $this->customUrl = $customUrl;
        $this->webspace = $webspace;
    }
InvalidCustomUrlException