PHP 8.5.0 RC 2 available for testing

The ImagickPixelIteratorException class

(PECL imagick 3)

Introduction

Class synopsis

class ImagickPixelIteratorException extends Exception implements Throwable {
/* Inherited properties */
protected string $message = "";
private string $string = "";
protected int $code;
protected string $file = "";
protected int $line;
private array $trace = [];
private ?Throwable $previous = null;
/* Methods */
/* Inherited methods */
}
add a note

User Contributed Notes

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