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

__construct() 공개 메소드

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