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
}

Table of Contents