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
unintended document being deleted.
This class extends the library's :phpclass:`RuntimeException
<MongoDB\\Exception\\RuntimeException>` class and implements the
library's :phpclass:`Exception <MongoDB\\Exception\\Exception>` interface.
<MongoDB\\Exception\\RuntimeException>` class.
.. note::
......
......@@ -2,7 +2,7 @@
namespace MongoDB\Exception;
class UnsupportedException extends RuntimeException implements Exception
class UnsupportedException extends RuntimeException
{
/**
* 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