PHP 8.3.21 Released!

FFI Parser Exceptions

(PHP 7 >= 7.4.0, PHP 8)

Introduction

Class synopsis

final class FFI\ParserException extends FFI\Exception {
/* Inherited properties */
protected string $message = "";
private string $string = "";
protected int $code;
protected string $file = "";
protected int $line;
private array $trace = [];
private ?