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)));
        }
    }