Scalr\Service\Aws\CloudFront\DataType\DistributionData::throwExceptionIfNotInitialized PHP Метод

throwExceptionIfNotInitialized() защищенный Метод

    protected function throwExceptionIfNotInitialized()
    {
        parent::throwExceptionIfNotInitialized();
        if ($this->distributionId === null) {
            throw new CloudFrontException(sprintf('distributionId has not been initialized for the "%s" yet!', get_class($this)));
        }
    }