Sulu\Component\Webspace\Exception\PortalLocalizationNotFoundException::__construct PHP Method

__construct() public method

public __construct ( Portal $portal, $locale )
$portal Sulu\Component\Webspace\Portal
    public function __construct(Portal $portal, $locale)
    {
        parent::__construct(sprintf('The locale "%s" could not be found in the portal "%s".', $locale, $portal->getKey()));
        $this->portal = $portal;
        $this->locale = $locale;
    }
PortalLocalizationNotFoundException