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
Catch all errors thrown when generating shortcode replacements (#17)
When a controller that is used to generate shortcode replacements throws an Exception, this exeception will currently fall-through.
I think this kind of errors should be contained, and we should try to display the shortcode as unchanged as possible, as if we had not attempted to resolve it in the first place (of course, logging the problem).
Co-authored-by: Fabian Schmick <[email protected]>
0 commit comments