Settings interface for configuring exception handling related settings.
unexpectedExceptionDisplay (defaults to SHOW_EXCEPTION_PAGE) -
Determines how exceptions are displayed to the developer or user
throwExceptionOnMissingResource (defaults to true) - Set to true to
throw a runtime exception if a required string resource is not found. Set to
false to return the requested resource key surrounded by pairs of question
mark characters (e.g. "??missingKey??")
unexpectedExceptionDisplay (defaults to SHOW_EXCEPTION_PAGE) - Determines how exceptions are displayed to the developer or user
throwExceptionOnMissingResource (defaults to true) - Set to true to throw a runtime exception if a required string resource is not found. Set to false to return the requested resource key surrounded by pairs of question mark characters (e.g. "??missingKey??")