PHP 8.5.0 RC 2 available for testing

The ImagickDrawException class

(PECL imagick 3)

Introduzione

Sommario della classe

class ImagickDrawException extends Exception implements Throwable {
/* Proprietà ereditate */
protected string $message = "";
private string $string = "";
protected int $code;
protected string $file = "";
protected int $line;
private array $trace = [];
private ?Throwable $previous = null;
/* Metodi */
/* Metodi ereditati */
}
add a note

User Contributed Notes

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