Property | Type | Description | |
---|---|---|---|
$delay | string | The delay, in seconds. | |
$type | string | The throttling type which caused the exception. |
Method | Description | |
---|---|---|
getDelay ( ) : integer | Returns the delay. | |
getFree ( ) : Carbon\Carbon | Returns a Carbon object representing the time which the throttle is lifted. | |
getType ( ) : string | Returns the type. | |
setDelay ( integer $delay ) : void | Sets the delay. | |
setType ( string $type ) : void | Sets the type. |
public getFree ( ) : Carbon\Carbon | ||
return | Carbon\Carbon |
protected string $type | ||
return | string |