| 1 | <?php |
||
| 8 | class RateLimit extends TwitterAdsException |
||
| 9 | { |
||
| 10 | private $retryAfter; |
||
| 11 | private $resetAt; |
||
| 12 | |||
| 13 | public function __construct($message, $code, Exception $previous = null, $errors, $headers) |
||
| 19 | |||
| 20 | /** |
||
| 21 | * @return mixed |
||
| 22 | */ |
||
| 23 | public function getRetryAfter() |
||
| 27 | |||
| 28 | /** |
||
| 29 | * @return mixed |
||
| 30 | */ |
||
| 31 | public function getResetAt() |
||
| 35 | } |
||
| 36 |