Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: replace Throwable with Exception #144

Merged
merged 1 commit into from
Jun 10, 2020
Merged

Conversation

childish-sambino
Copy link
Contributor

Fixes #142

Throwable was not added until PHP 7 but we still support PHP 5.6 so this needed to be replaced.

Fixes #142

Throwable was not added until PHP 7 but we still support PHP 5.6 so this needed to be replaced.
@thinkingserious thinkingserious added the status: code review request requesting a community code review or review from Twilio label Jun 9, 2020
@childish-sambino childish-sambino merged commit 31b298b into master Jun 10, 2020
@childish-sambino childish-sambino deleted the drop-throwable branch June 10, 2020 17:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: code review request requesting a community code review or review from Twilio
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Throwable is available starting with 7.0 PHP version
2 participants