You are here

public function EasyRdf_Parser_Exception::getParserLine in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/Exception.php \EasyRdf_Parser_Exception::getParserLine()

File

vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/Exception.php, line 67

Class

EasyRdf_Parser_Exception
EasyRdf Exception class

Code

public function getParserLine() {
  return $this->parserLine;
}