Scalr\Service\Aws\Rds\DataType\DBClusterData::throwExceptionIfNotInitialized PHP Метод

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

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