twilio catching error does not work
问题 I am implementing twilio in my laravel 5 application. To use it in the framework I use aloha/laravel-twilio integration. Sending a valid request with test-credentials works fine. I have problems when I want to implement an error-handling. For some reason the catch does not get the error, which results in a crash of the app. The error seems to be in the twilio-sdk if I read the error message correctly. Here is what I've done so far: <?php namespace App; use Illuminate\Database\Eloquent\Model;