A Mule application contains a global error handler configured to catch any errors.
Where must the global error handler be specified so that the global error handler catches all errors from flows without their own error handlers?
A configuration properties file
Nowhere, the global error handler is automatically used
A global element
The pom.xml file
Submit