The ImagickPixelException class (PECL imagick 3) 简介 类摘要 class ImagickPixelException extends Exception implements Throwable { /* 继承的属性 */ protected string $message = ""; private string $string = ""; protected int $code; protected string $file = ""; protected int $line; private array $trace = []; private ?Throwable $previous = null; /* 方法 */ /* 继承的方法 */ }