#dingkai031
1 messages · Page 1 of 1 (latest)
You can take the error detail out of $e like this Doc: https://stripe.com/docs/error-handling?lang=php
in the catch block
okay I will take a look
ah yes it works, but based on the docs.. we can only catch 1 type of error per catch block.
Can we catch all kind of error for 1 catch block?
okay noted, thanks for the help