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
Change exceptions to custom exception subclasses for the component
Probably need to set up an autoloaded path for the component so the code isn't getting littered full of JLoader::register() calls
Change controller to catch these exceptions (actually, just catch everything thrown when executing the component and keep it simple) and convert to a JSON response, not relying on Joomla's error handling layer because of the global exception handler being a rigid HTML format until 4.0
The text was updated successfully, but these errors were encountered:
JLoader::register()
callsThe text was updated successfully, but these errors were encountered: