Beancount PHP Parser Documentation

ParseException extends RuntimeException
in package

FinalYes

Table of Contents

Properties

$errorColumn  : int
$errorLine  : int

Methods

__construct()  : mixed
getErrorColumn()  : int
getErrorLine()  : int

Properties

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
int

        
On this page

Search results