alma-php-client icon indicating copy to clipboard operation
alma-php-client copied to clipboard

Error messages are not showing up

Open GLamarque opened this issue 3 years ago • 1 comments

If there is an error during an API call, error messages are empty. While trying to call $alma->payments->create() (and not $alma->payments->createPayment() as it is suggested in your README), I got an error thrown at me, but without a message. I had to dig to the exec() function in your Request class to find the error message.

GLamarque avatar Mar 11 '22 14:03 GLamarque

same for me

cuonghuynh avatar Dec 19 '22 13:12 cuonghuynh