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

__construct() public method

public __construct ( $fullPath )
    public function __construct($fullPath)
    {
        $msg = "'{$fullPath}' is not an object";
        parent::__construct(400, $msg, $msg);
    }
E4xx_ConfigDataNotAnObject