We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5327ef7 commit f807960Copy full SHA for f807960
docs/reference/exception-classes.txt
@@ -77,8 +77,7 @@ MongoDB\\Exception\\UnsupportedException
77
unintended document being deleted.
78
79
This class extends the library's :phpclass:`RuntimeException
80
- <MongoDB\\Exception\\RuntimeException>` class and implements the
81
- library's :phpclass:`Exception <MongoDB\\Exception\\Exception>` interface.
+ <MongoDB\\Exception\\RuntimeException>` class.
82
83
.. note::
84
src/Exception/UnsupportedException.php
@@ -2,7 +2,7 @@
2
3
namespace MongoDB\Exception;
4
5
-class UnsupportedException extends RuntimeException implements Exception
+class UnsupportedException extends RuntimeException
6
{
7
/**
8
* Thrown when collations are not supported by a server.
0 commit comments