Convert exception during delayed autoload to fatal error Same as with other exceptions during inheritance, convert those thrown during delayed class loading into fatal errors. We can't
Convert exception during delayed autoload to fatal error Same as with other exceptions during inheritance, convert those thrown during delayed class loading into fatal errors. We can't properly deal with such exceptions, as inheritance cannot be gracefully aborted at this point. Fixes oss-fuzz #39405.
show more ...
|