FormatExceptionContext
in package
FinalYes
Tags
Table of Contents
Properties
Methods
- __construct() : mixed
- getDetails() : string
- getLineno() : int
- getPath() : string
Properties
$cursor
private
int
$cursor
$data
private
string
$data
$lineno
private
int
$lineno
$path
private
string
$path
Methods
__construct()
public
__construct(string $data, string $path, int $lineno, int $cursor) : mixed
Parameters
- $data : string
- $path : string
- $lineno : int
- $cursor : int
getDetails()
public
getDetails() : string
Return values
stringgetLineno()
public
getLineno() : int
Return values
intgetPath()
public
getPath() : string