Skip to content

Commit f807960

Browse files
committed
UnsupportedException already implements Exception via RuntimeException
1 parent 5327ef7 commit f807960

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docs/reference/exception-classes.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,7 @@ MongoDB\\Exception\\UnsupportedException
7777
unintended document being deleted.
7878

7979
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.
80+
<MongoDB\\Exception\\RuntimeException>` class.
8281

8382
.. note::
8483

src/Exception/UnsupportedException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace MongoDB\Exception;
44

5-
class UnsupportedException extends RuntimeException implements Exception
5+
class UnsupportedException extends RuntimeException
66
{
77
/**
88
* Thrown when collations are not supported by a server.

0 commit comments

Comments
 (0)