芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/public_html/vendor/sabberworm/php-css-parser/src/Parsing/SourceException.php
iLineNo = $iLineNo; if (!empty($iLineNo)) { $sMessage .= " [line no: $iLineNo]"; } parent::__construct($sMessage); } /** * @return int */ public function getLineNo() { return $this->iLineNo; } }