FFI 파서 예외

(PHP 7 >= 7.4.0, PHP 8)


소개


클래스 개요

                  
class FFI\ParserException extends FFI\Exception implements Throwable {
  /* Inherited properties */
  protected string $message;
  protected int $code;
  protected string $file;
  protected int $line;
}