The SolrMissingMandatoryParameterException class

(No version information available, might only be in Git)

Introduction

Class synopsis

classSolrMissingMandatoryParameterExceptionextendsSolrException {
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