Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve error handling in interceptor execution
Add explicit error handling when interceptor call fails but doesn't raise an exception. The change separates error conditions between call failure and exceptions, providing more detailed error reporting through php_rayaop_handle_error. - Split call_user_function result check into separate variable - Add specific error handling for call failures - Report errors with RAYAOP_E_INVALID_HANDLER code Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
- Loading branch information