StackFormation\ValueResolver\Stage\AbstractValueResolverStage::__invoke PHP Method

__invoke() public method

public __invoke ( $string )
    public function __invoke($string)
    {
        try {
            return $this->invoke($string);
        } catch (\Exception $e) {
            throw new \StackFormation\Exception\ValueResolverException($string, $this->sourceBlueprint, $this->sourceType, $this->sourceKey, $e);
        }
    }