PHP 8.5.0 RC 2 available for testing

La clase ImagickKernelException

(PECL imagick 3)

Introducción

Sinopsis de la Clase

class ImagickKernelException extends Exception {
/* Propiedades heredadas */
protected string $message = "";
private string $string = "";
protected int $code;
protected string $file = "";
protected int $line;
private array $trace = [];
private ?Throwable $previous = null;
/* Métodos */
/* Métodos heredados */
}
add a note

User Contributed Notes

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