You are here

public function EasyRdf_Parser_Exception::getParserColumn 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::getParserColumn()

File

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

Class

EasyRdf_Parser_Exception
EasyRdf Exception class

Code

public function getParserColumn() {
  return $this->parserColumn;
}