DataSift\Storyplayer\PlayerLib\E4xx_NoSuchReport::__construct PHP Method

__construct() public method

public __construct ( $reportName )
    public function __construct($reportName)
    {
        $msg = "Unknown report '{$reportName}'; we can find no matching PHP class for it";
        parent::__construct(400, $msg, $msg);
    }
E4xx_NoSuchReport