Skip to content

Commit 40d44b4

Browse files
committed
refactor RateLimitExceededException inheritance
1 parent 416c955 commit 40d44b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platform/src/Exception/RateLimitExceededException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
/**
1515
* @author Floran Pagliai <floran.pagliai@gmail.com>
1616
*/
17-
final class RateLimitExceededException extends \RuntimeException implements ExceptionInterface
17+
final class RateLimitExceededException extends RuntimeException
1818
{
1919
public function __construct(
2020
private readonly ?float $retryAfter = null,

0 commit comments

Comments
 (0)