Class yii\web\HeadersAlreadySentException

Inheritanceyii\web\HeadersAlreadySentException » yii\base\Exception » Exception
Available since version2.0.14
Source Code https://github.com/yiisoft/yii2/blob/master/framework/web/HeadersAlreadySentException.php

HeadersAlreadySentException represents an exception caused by any headers that were already sent before web response was sent.

Method Details

__construct() public method

public void __construct ( $file, $line )
$file
$line