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

__construct() public method

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