Unverified Commit 3b21801e authored by Andreas Braun's avatar Andreas Braun

PHPLIB-401: ResumeTokenException extends RuntimeException

Merged from #646

https://jira.mongodb.org/browse/PHPLIB-401
parents 5ed3a1a6 11c80f14
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
namespace MongoDB\Exception; namespace MongoDB\Exception;
class ResumeTokenException extends \Exception class ResumeTokenException extends RuntimeException
{ {
/** /**
* Thrown when a resume token has an invalid type. * Thrown when a resume token has an invalid type.
......
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