DI\ContainerBuilder::ensureNotLocked PHP Method

ensureNotLocked() private method

private ensureNotLocked ( )
    private function ensureNotLocked()
    {
        if ($this->locked) {
            throw new \LogicException('The ContainerBuilder cannot be modified after the container has been built');
        }
    }