Skip to content

Commit

Permalink
Merge pull request cronofy#99 from cronofy/http-429
Browse files Browse the repository at this point in the history
Add 429 Too Many Requests to http_codes
  • Loading branch information
AdamWhittingham authored Apr 15, 2021
2 parents 00cf8f9 + 25d388b commit 6043fc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Cronofy.php
Original file line number Diff line number Diff line change
Expand Up @@ -1150,6 +1150,7 @@ public function handleResponse($result, $status_code)
424 => 'Failed Dependency',
425 => 'Unordered Collection',
426 => 'Upgrade Required',
429 => 'Too Many Requests',
449 => 'Retry With',
450 => 'Blocked by Windows Parental Controls',
500 => 'Internal Server Error',
Expand Down

0 comments on commit 6043fc3

Please sign in to comment.