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