DataSift\Storyplayer\SystemsUnderTestLib\E4xx_SystemUnderTestConfigMustBeAnObject::__construct PHP Method

__construct() public method

public __construct ( $filename )
    public function __construct($filename)
    {
        $msg = "Config file '{$filename}': top-level must be an object";
        parent::__construct(400, $msg, $msg);
    }
E4xx_SystemUnderTestConfigMustBeAnObject