You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As throwing is restricted now in PHP, see php/php-src@327e6c9, I should either handle all exceptions from hooks internally with try..catch section silencing them or convert them to user fatal error with trigger_error(...,E_USER_ERROR).
Maybe there is some advanced technique to install custom exception handler for this, but I'm not aware about this.
The text was updated successfully, but these errors were encountered:
As throwing is restricted now in PHP, see php/php-src@327e6c9, I should either handle all exceptions from hooks internally with try..catch section silencing them or convert them to user fatal error with
trigger_error(...,E_USER_ERROR)
.Maybe there is some advanced technique to install custom exception handler for this, but I'm not aware about this.
The text was updated successfully, but these errors were encountered: