The Parle\ParserException class

(PECL parle >= 0.5.1)

Introduction

Class synopsis

classParle\ParserExceptionextendsExceptionimplementsThrowable {
protectedstring$message = "";
privatestring$string = "";
protectedint$code;
protectedstring$file = "";
protectedint$line;
privatearray$trace = [];
private?Throwable$previous = null;
finalpublicException::getCode(): int
finalpublicException::getLine(): int
}
To Top