We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 416c955 commit 40d44b4Copy full SHA for 40d44b4
src/platform/src/Exception/RateLimitExceededException.php
@@ -14,7 +14,7 @@
14
/**
15
* @author Floran Pagliai <floran.pagliai@gmail.com>
16
*/
17
-final class RateLimitExceededException extends \RuntimeException implements ExceptionInterface
+final class RateLimitExceededException extends RuntimeException
18
{
19
public function __construct(
20
private readonly ?float $retryAfter = null,
0 commit comments