We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I tried to catch like this but its not working:
catch(Mailchimp_Error $e) { return Response::json(array('error' => true, 'message' => $e->getMessage()), 400); }
The text was updated successfully, but these errors were encountered:
@fmendoza Can you give me some more details? What is the code inside the try block. What input are you giving where you expect the error?
try
Sorry, something went wrong.
I'm also interested to see how try/catch would work. please include an example in README.
No branches or pull requests
Hi, I tried to catch like this but its not working:
The text was updated successfully, but these errors were encountered: