Code Coverage |
||||||||||
Classes and Traits |
Functions and Methods |
Lines |
||||||||
| Total | n/a |
0 / 0 |
n/a |
0 / 0 |
CRAP | n/a |
0 / 0 |
|||
| ServiceUnavailableException | n/a |
0 / 0 |
n/a |
0 / 0 |
0 | n/a |
0 / 0 |
|||
| <?php | |
| /** | |
| * Project airtable-sdk-php | |
| * File: BadGatewayException.php | |
| * Created by: tpojka | |
| * On: 25/03/2020. | |
| */ | |
| namespace Beachcasts\Airtable\Exception; | |
| class ServiceUnavailableException extends AirtableException | |
| { | |
| /** | |
| * @var int | |
| */ | |
| protected $code = 503; | |
| /** | |
| * @var string | |
| */ | |
| protected $message = 'The server could not process your request in time. The server could be temporarily unavailable, or it could have timed out processing your request. You should retry the request with backoffs.'; | |
| } |