Commit f807960d authored by Jeremy Mikola's avatar Jeremy Mikola

UnsupportedException already implements Exception via RuntimeException

parent 5327ef76
...@@ -77,8 +77,7 @@ MongoDB\\Exception\\UnsupportedException ...@@ -77,8 +77,7 @@ MongoDB\\Exception\\UnsupportedException
unintended document being deleted. unintended document being deleted.
This class extends the library's :phpclass:`RuntimeException This class extends the library's :phpclass:`RuntimeException
<MongoDB\\Exception\\RuntimeException>` class and implements the <MongoDB\\Exception\\RuntimeException>` class.
library's :phpclass:`Exception <MongoDB\\Exception\\Exception>` interface.
.. note:: .. note::
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
namespace MongoDB\Exception; namespace MongoDB\Exception;
class UnsupportedException extends RuntimeException implements Exception class UnsupportedException extends RuntimeException
{ {
/** /**
* Thrown when collations are not supported by a server. * Thrown when collations are not supported by a server.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment