Skip to content

Commit 3b21801

Browse files
committed
PHPLIB-401: ResumeTokenException extends RuntimeException
Merged from #646 https://jira.mongodb.org/browse/PHPLIB-401
2 parents 5ed3a1a + 11c80f1 commit 3b21801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Exception/ResumeTokenException.php

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

1818
namespace MongoDB\Exception;
1919

20-
class ResumeTokenException extends \Exception
20+
class ResumeTokenException extends RuntimeException
2121
{
2222
/**
2323
* Thrown when a resume token has an invalid type.

0 commit comments

Comments
 (0)