PHP 8.4.0 RC4 available for testing

A classe SolrIllegalOperationException

(PECL solr >= 0.9.2)

Introdução

Este objeto é lançado quando uma operação ilegal ou sem suporte é executada em um objeto.

Resumo da classe

class SolrIllegalOperationException extends SolrException {
/* Propriedades herdadas */
protected string $message = "";
private string $string = "";
protected int $code;
protected string $file = "";
protected int $line;
private array $trace = [];
private ?Throwable $previous = null;
protected int $sourceline;
protected string $sourcefile;
protected string $zif_name;
/* Métodos */
/* Métodos herdados */
final public Exception::getCode(): int
final public Exception::getFile(): string
final public Exception::getLine(): int
final public Exception::getTrace(): array
}

Índice

adicione uma nota

Notas Enviadas por Usuários (em inglês)

Não há notas de usuários para esta página.
To Top