DataSift\Storyplayer\ConfigLib\E4xx_ConfigPathCannotBeExtended::__construct PHP Method

__construct() public method

public __construct ( $fullPath, $pathSoFar, $leafType )
    public function __construct($fullPath, $pathSoFar, $leafType)
    {
        $msg = "Invalid path '{$fullPath}'; '{$pathSoFar}' is type '{$leafType}'";
        parent::__construct(400, $msg, $msg);
    }
E4xx_ConfigPathCannotBeExtended