parent root
PHP: FFI\Exception - Manual
PHP 7.2.23 Release Announcement

FFI Exceptions

(PHP 7 >= 7.4.0)

Introduction

Class synopsis

FFI\Exception extends Error implements Throwable {
/* Inherited properties */
protected string $message ;
protected int $code ;
protected string $file ;
protected int $line ;
/* Inherited methods */
final public Error::getMessage ( void ) : string
final public Error::getPrevious ( void ) : Throwable
final public Error::getCode ( void ) : mixed
final public Error::getFile ( void ) : string
final public Error::getLine ( void ) : int
final public Error::getTrace ( void ) : array
final public Error::getTraceAsString ( void ) : string
public Error::__toString ( void ) : string
final private Error::__clone ( void ) : void
}
add a noteadd a note

User Contributed Notes

There are no user contributed notes for this page.
To Top
parent root