Exakat\Exceptions\ReportAlreadyDone::__construct PHP Method

__construct() public method

public __construct ( $filename = '', $code, Exception $previous = null )
$previous Exception
    public function __construct($filename = '', $code = 0, \Exception $previous = null)
    {
        parent::__construct('Report is already done for "' . $filename . '"', $code, $previous);
    }
ReportAlreadyDone