DataSift\Storyplayer\PlayerLib\E4xx_NoSuchReport::__construct PHP 메소드

__construct() 공개 메소드

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