ParseException
extends RuntimeException
in package
FinalYes
Table of Contents
Properties
- $errorColumn : int
- $errorLine : int
Methods
- __construct() : mixed
- getErrorColumn() : int
- getErrorLine() : int
Properties
$errorColumn
private
int
$errorColumn
$errorLine
private
int
$errorLine
Methods
__construct()
public
__construct(string $message[, int $line = 0 ][, int $column = 0 ][, Throwable|null $previous = null ]) : mixed
Parameters
- $message : string
- $line : int = 0
- $column : int = 0
- $previous : Throwable|null = null
getErrorColumn()
public
getErrorColumn() : int
Return values
intgetErrorLine()
public
getErrorLine() : int