Nelmio\Alice\Generator\Resolver\Value\Chainable\UniqueValueResolver::checkResolver PHP Method

checkResolver() private method

private checkResolver ( string $checkedMethod )
$checkedMethod string
    private function checkResolver(string $checkedMethod)
    {
        if (null === $this->resolver) {
            throw ResolverNotFoundExceptionFactory::createUnexpectedCall($checkedMethod);
        }
    }