ImagickKernelException sınıfı

(PECL imagick 3)

Giriş

Sınıf Sözdizimi

class ImagickKernelException extends Exception {
/* Miras alınan özellikler */
protected string $message = "";
private string $string = "";
protected int $code;
protected string $file = "";
protected int $line;
private array $trace = [];
private ?Throwable $previous = null;
/* Yöntemler */
/* Miras alınan yöntemler */
}
add a note

User Contributed Notes

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