mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-06 08:37:30 +02:00
feat: introduce RateLimitException (#4199)
This commit is contained in:
10
lib/http.php
10
lib/http.php
@@ -1,5 +1,15 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Thrown by bridges
|
||||
*/
|
||||
final class RateLimitException extends \Exception
|
||||
{
|
||||
}
|
||||
|
||||
/**
|
||||
* @internal Do not use this class in bridges
|
||||
*/
|
||||
class HttpException extends \Exception
|
||||
{
|
||||
public ?Response $response;
|
||||
|
Reference in New Issue
Block a user