AppserverIo\Appserver\ServletEngine\Utils\Error::getLine PHP Method

getLine() public method

Return's the line in the file where the error has been triggered.
public getLine ( ) : integer
return integer The line number
    public function getLine()
    {
        return $this->line;
    }