Actions
Bug #8379
closedImagine software test sometimes throws errors
Description
For some reason the try catch fails to catch the exception when doing image software tests using Imagine API. Try to improve this to be more reliable.
https://www.joomlapolis.com/forum/146-general/243579-configuration-error
Updated by krileon almost 4 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Fixed in MR !1631
Only reason I can see for this is error handling being changed to output Throwable instead of Exception. Implemented support for catching Throwable, which should fix this.
Actions