From 81cfdc1f08d386ce7008c97eb08d28476e009924 Mon Sep 17 00:00:00 2001 From: Omar Shaban Date: Fri, 4 Jul 2014 22:58:30 +0000 Subject: [PATCH] Fix missing files for solr ext git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334124 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/solr/solrserverexception.xml | 82 +++++++++++++++++++ .../solrserverexception/getinternalinfo.xml | 55 +++++++++++++ 2 files changed, 137 insertions(+) create mode 100644 reference/solr/solrserverexception.xml create mode 100644 reference/solr/solrserverexception/getinternalinfo.xml diff --git a/reference/solr/solrserverexception.xml b/reference/solr/solrserverexception.xml new file mode 100644 index 0000000000..9538e045fc --- /dev/null +++ b/reference/solr/solrserverexception.xml @@ -0,0 +1,82 @@ + + + + + + The SolrServerException class + SolrServerException + + + + +
+ &reftitle.intro; + + An exception thrown when there is an error produced by the Solr Server itself. + +
+ + +
+ &reftitle.classsynopsis; + + + + SolrServerException + + + + + SolrServerException + + + + extends + SolrException + + + + + &InheritedProperties; + + + + &Methods; + + + &InheritedMethods; + + + + + + +
+ + +
+ + &reference.solr.entities.solrserverexception; + +
+ + diff --git a/reference/solr/solrserverexception/getinternalinfo.xml b/reference/solr/solrserverexception/getinternalinfo.xml new file mode 100644 index 0000000000..32105185eb --- /dev/null +++ b/reference/solr/solrserverexception/getinternalinfo.xml @@ -0,0 +1,55 @@ + + + + + + SolrServerException::getInternalInfo + Returns internal information where the Exception was thrown + + + + &reftitle.description; + + public arraySolrServerException::getInternalInfo + + + + Returns internal information where the Exception was thrown. + + + + + + &reftitle.parameters; + &no.function.parameters; + + + + &reftitle.returnvalues; + + Returns an array containing internal information where the error was thrown. Used only for debugging by extension developers. + + + + + +