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

__construct() public method

public __construct ( $pathToFile )
    public function __construct($pathToFile)
    {
        $msg = "Config file '{$pathToFile}' not found or is unreadable";
        parent::__construct(400, $msg, $msg);
    }
E4xx_ConfigFileNotFound