Created
October 29, 2016 09:55
-
-
Save Samshal/a1db5ec778ede4ef7bc3e1574ce6d856 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
try { | |
//send request to cardinity's server the normal way | |
} | |
catch(GuzzleHttp\Exception\ClientException $e){ | |
//do something nice with $e. var_dump it to see its beauty | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment