Skip to content

Commit a737967

Browse files
committed
Api documentations update (Thu Jan 16 12:17:54 UTC 2025)
#apidocs
1 parent d156fb5 commit a737967

File tree

4 files changed

+56
-58
lines changed

4 files changed

+56
-58
lines changed

api-docs/phpstorm-stubs/MongoDB/Driver/Exception.html

Lines changed: 21 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -122,29 +122,6 @@ <h2>Classes</h2>
122122
<div class="col-md-6"><p>Thrown when a query or command fails to complete within a specified time limit (e.g. maxTimeMS).</p></div>
123123
</div>
124124
<div class="row">
125-
<div class="col-md-6">
126-
<a href="../../MongoDB/Driver/Exception/WriteConcernException.html"><abbr title="MongoDB\Driver\Exception\WriteConcernException">WriteConcernException</abbr></a> </div>
127-
<div class="col-md-6"></div>
128-
</div>
129-
<div class="row">
130-
<div class="col-md-6">
131-
<a href="../../MongoDB/Driver/Exception/WriteException.html"><abbr title="MongoDB\Driver\Exception\WriteException">WriteException</abbr></a> <small><span class="label label-danger">deprecated</span></small></div>
132-
<div class="col-md-6"><p>Base class for exceptions thrown by a failed write operation.</p></div>
133-
</div>
134-
</div>
135-
<h2>Interfaces</h2>
136-
<div class="container-fluid underlined">
137-
<div class="row">
138-
<div class="col-md-6">
139-
<em><a href="../../MongoDB/Driver/Exception/Exception.html"><abbr title="MongoDB\Driver\Exception\Exception">Exception</abbr></a></em>
140-
</div>
141-
<div class="col-md-6"><p>Common interface for all driver exceptions. This may be used to catch only exceptions originating from the driver itself.</p></div>
142-
</div>
143-
</div>
144-
145-
<h2>Exceptions</h2>
146-
<div class="container-fluid underlined">
147-
<div class="row">
148125
<div class="col-md-6">
149126
<a href="../../MongoDB/Driver/Exception/InvalidArgumentException.html"><abbr title="MongoDB\Driver\Exception\InvalidArgumentException">InvalidArgumentException</abbr></a> </div>
150127
<div class="col-md-6"><p>Thrown when a driver method is given invalid arguments (e.g. invalid option types).</p></div>
@@ -175,7 +152,28 @@ <h2>Exceptions</h2>
175152
<a href="../../MongoDB/Driver/Exception/UnexpectedValueException.html"><abbr title="MongoDB\Driver\Exception\UnexpectedValueException">UnexpectedValueException</abbr></a> </div>
176153
<div class="col-md-6"><p>Thrown when the driver encounters an unexpected value (e.g. during BSON serialization or deserialization).</p></div>
177154
</div>
155+
<div class="row">
156+
<div class="col-md-6">
157+
<a href="../../MongoDB/Driver/Exception/WriteConcernException.html"><abbr title="MongoDB\Driver\Exception\WriteConcernException">WriteConcernException</abbr></a> </div>
158+
<div class="col-md-6"></div>
178159
</div>
160+
<div class="row">
161+
<div class="col-md-6">
162+
<a href="../../MongoDB/Driver/Exception/WriteException.html"><abbr title="MongoDB\Driver\Exception\WriteException">WriteException</abbr></a> <small><span class="label label-danger">deprecated</span></small></div>
163+
<div class="col-md-6"><p>Base class for exceptions thrown by a failed write operation.</p></div>
164+
</div>
165+
</div>
166+
<h2>Interfaces</h2>
167+
<div class="container-fluid underlined">
168+
<div class="row">
169+
<div class="col-md-6">
170+
<em><a href="../../MongoDB/Driver/Exception/Exception.html"><abbr title="MongoDB\Driver\Exception\Exception">Exception</abbr></a></em>
171+
</div>
172+
<div class="col-md-6"><p>Common interface for all driver exceptions. This may be used to catch only exceptions originating from the driver itself.</p></div>
173+
</div>
174+
</div>
175+
176+
179177
</div><div id="footer">
180178
Generated by <a href="https://github.com/code-lts/doctum">Doctum, a API Documentation generator and fork of Sami</a>. <br/>This documentation is built using <a href="https://github.com/JetBrains/phpstorm-stubs#readme" rel="noreferrer noopener" target="_blank">phpstorm-stubs</a> from JetBrains.</div></div>
181179
</div>

api-docs/phpstorm-stubs/Swoole.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,11 @@ <h2>Classes</h2>
113113
<div class="col-md-6">
114114
<a href="Swoole/Event.html"><abbr title="Swoole\Event">Event</abbr></a> </div>
115115
<div class="col-md-6"></div>
116+
</div>
117+
<div class="row">
118+
<div class="col-md-6">
119+
<a href="Swoole/ExitException.html"><abbr title="Swoole\ExitException">ExitException</abbr></a> </div>
120+
<div class="col-md-6"></div>
116121
</div>
117122
<div class="row">
118123
<div class="col-md-6">
@@ -153,11 +158,6 @@ <h2>Exceptions</h2>
153158
<div class="col-md-6">
154159
<a href="Swoole/Exception.html"><abbr title="Swoole\Exception">Exception</abbr></a> </div>
155160
<div class="col-md-6"></div>
156-
</div>
157-
<div class="row">
158-
<div class="col-md-6">
159-
<a href="Swoole/ExitException.html"><abbr title="Swoole\ExitException">ExitException</abbr></a> </div>
160-
<div class="col-md-6"></div>
161161
</div>
162162
</div>
163163
</div><div id="footer">

api-docs/phpstorm-stubs/Swoole/Coroutine/Curl.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,17 +84,17 @@ <h1>Swoole\Coroutine\Curl</h1>
8484
</div>
8585

8686

87-
88-
89-
90-
<h2>Exceptions</h2>
87+
<h2>Classes</h2>
9188
<div class="container-fluid underlined">
9289
<div class="row">
9390
<div class="col-md-6">
9491
<a href="../../Swoole/Coroutine/Curl/Exception.html"><abbr title="Swoole\Coroutine\Curl\Exception">Exception</abbr></a> </div>
9592
<div class="col-md-6"></div>
9693
</div>
9794
</div>
95+
96+
97+
9898
</div><div id="footer">
9999
Generated by <a href="https://github.com/code-lts/doctum">Doctum, a API Documentation generator and fork of Sami</a>. <br/>This documentation is built using <a href="https://github.com/JetBrains/phpstorm-stubs#readme" rel="noreferrer noopener" target="_blank">phpstorm-stubs</a> from JetBrains.</div></div>
100100
</div>

api-docs/phpstorm-stubs/[Global_Namespace].html

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1542,6 +1542,12 @@ <h2>Classes</h2>
15421542
<div class="col-md-6">
15431543
<a href="SNMP.html"><abbr title="SNMP">SNMP</abbr></a> </div>
15441544
<div class="col-md-6"><p>Represents SNMP session.</p></div>
1545+
</div>
1546+
<div class="row">
1547+
<div class="col-md-6">
1548+
<a href="SNMPException.html"><abbr title="SNMPException">SNMPException</abbr></a> </div>
1549+
<div class="col-md-6"><p>Represents an error raised by SNMP. You should not throw a
1550+
<b>SNMPException</b> from your own code.</p></div>
15451551
</div>
15461552
<div class="row">
15471553
<div class="col-md-6">
@@ -1761,6 +1767,13 @@ <h2>Classes</h2>
17611767
Class SolrClient<br/>
17621768
This class is used to send requests to a Solr server. Currently, cloning and serialization of SolrClient instances is
17631769
not supported.</p></div>
1770+
</div>
1771+
<div class="row">
1772+
<div class="col-md-6">
1773+
<a href="SolrClientException.html"><abbr title="SolrClientException">SolrClientException</abbr></a> </div>
1774+
<div class="col-md-6"><p>(PECL solr &gt;= 0.9.2)<br/>
1775+
Class SolrClientException<br/>
1776+
An exception thrown when there is an error while making a request to the server from the client.</p></div>
17641777
</div>
17651778
<div class="row">
17661779
<div class="col-md-6">
@@ -1803,13 +1816,6 @@ <h2>Classes</h2>
18031816
<div class="col-md-6"><p>(PECL solr &gt;= 0.9.2)<br/>
18041817
Class SolrIllegalArgumentException<br/>
18051818
This object is thrown when an illegal or invalid argument is passed to a method.</p></div>
1806-
</div>
1807-
<div class="row">
1808-
<div class="col-md-6">
1809-
<a href="SolrIllegalOperationException.html"><abbr title="SolrIllegalOperationException">SolrIllegalOperationException</abbr></a> </div>
1810-
<div class="col-md-6"><p>(PECL solr &gt;= 0.9.2)<br/>
1811-
Class SolrIllegalOperationException<br/>
1812-
This object is thrown when an illegal or unsupported operation is performed on an object.</p></div>
18131819
</div>
18141820
<div class="row">
18151821
<div class="col-md-6">
@@ -1873,13 +1879,6 @@ <h2>Classes</h2>
18731879
<div class="col-md-6"><p>(PECL solr &gt;= 0.9.2)<br/>
18741880
Class SolrResponse<br/>
18751881
This class represents a response from the Solr server.</p></div>
1876-
</div>
1877-
<div class="row">
1878-
<div class="col-md-6">
1879-
<a href="SolrServerException.html"><abbr title="SolrServerException">SolrServerException</abbr></a> </div>
1880-
<div class="col-md-6"><p>(PECL solr &gt;= 1.1.0, &gt;=2.0.0)<br/>
1881-
Class SolrServerException<br/>
1882-
An exception thrown when there is an error produced by the Solr Server itself.</p></div>
18831882
</div>
18841883
<div class="row">
18851884
<div class="col-md-6">
@@ -65033,12 +65032,6 @@ <h2>Exceptions</h2>
6503365032
<div class="col-md-6">
6503465033
<a href="RuntimeException.html"><abbr title="RuntimeException">RuntimeException</abbr></a> </div>
6503565034
<div class="col-md-6"><p>Exception thrown if an error which can only be found on runtime occurs.</p></div>
65036-
</div>
65037-
<div class="row">
65038-
<div class="col-md-6">
65039-
<a href="SNMPException.html"><abbr title="SNMPException">SNMPException</abbr></a> </div>
65040-
<div class="col-md-6"><p>Represents an error raised by SNMP. You should not throw a
65041-
<b>SNMPException</b> from your own code.</p></div>
6504265035
</div>
6504365036
<div class="row">
6504465037
<div class="col-md-6">
@@ -65057,17 +65050,24 @@ <h2>Exceptions</h2>
6505765050
</div>
6505865051
<div class="row">
6505965052
<div class="col-md-6">
65060-
<a href="SolrClientException.html"><abbr title="SolrClientException">SolrClientException</abbr></a> </div>
65053+
<a href="SolrException.html"><abbr title="SolrException">SolrException</abbr></a> </div>
6506165054
<div class="col-md-6"><p>(PECL solr &gt;= 0.9.2)<br/>
65062-
Class SolrClientException<br/>
65063-
An exception thrown when there is an error while making a request to the server from the client.</p></div>
65055+
Class SolrException<br/>
65056+
This is the base class for all exception thrown by the Solr extension classes.</p></div>
6506465057
</div>
6506565058
<div class="row">
6506665059
<div class="col-md-6">
65067-
<a href="SolrException.html"><abbr title="SolrException">SolrException</abbr></a> </div>
65060+
<a href="SolrIllegalOperationException.html"><abbr title="SolrIllegalOperationException">SolrIllegalOperationException</abbr></a> </div>
6506865061
<div class="col-md-6"><p>(PECL solr &gt;= 0.9.2)<br/>
65069-
Class SolrException<br/>
65070-
This is the base class for all exception thrown by the Solr extension classes.</p></div>
65062+
Class SolrIllegalOperationException<br/>
65063+
This object is thrown when an illegal or unsupported operation is performed on an object.</p></div>
65064+
</div>
65065+
<div class="row">
65066+
<div class="col-md-6">
65067+
<a href="SolrServerException.html"><abbr title="SolrServerException">SolrServerException</abbr></a> </div>
65068+
<div class="col-md-6"><p>(PECL solr &gt;= 1.1.0, &gt;=2.0.0)<br/>
65069+
Class SolrServerException<br/>
65070+
An exception thrown when there is an error produced by the Solr Server itself.</p></div>
6507165071
</div>
6507265072
<div class="row">
6507365073
<div class="col-md-6">

0 commit comments

Comments
 (0)