Skip to content

Commit 7f51ee4

Browse files
committed
PHPLIB-401: ResumeTokenException extends RuntimeException
1 parent 039a694 commit 7f51ee4

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)