DataSift\Storyplayer\Console\E5xx_MissingFailedPhase::__construct PHP Method

__construct() public method

public __construct ( )
    public function __construct()
    {
        $msg = "Story_Result->failedPhase cannot be null";
        parent::__construct(500, $msg, $msg);
    }
E5xx_MissingFailedPhase