Класс SolrIllegalOperationException

(PECL solr >= 0.9.2)

Введение

Выбрасывает, когда с объектом выполняется недопустимая или неподдерживаемая операция.

Обзор классов

classSolrIllegalOperationExceptionextendsSolrException {
protectedstring$message = "";
privatestring$string = "";
protectedint$code;
protectedstring$file = "";
protectedint$line;
privatearray$trace = [];
private?Throwable$previous = null;
protectedint$sourceline;
protectedstring$zif_name;
finalpublicException::getCode(): int
finalpublicException::getLine(): int
}

Содержание

To Top