Changed policy on handling exceptions during ZCML parsing in ``Products``. We...
Changed policy on handling exceptions during ZCML parsing in ``Products``. We no longer catch any exceptions in non-debug mode. These days most products won't actually do anything useful if their ZCML is not loaded - it's no longer helpful to pretend to get a working instance. We'd rather fail early and visible.
Showing
Please register or sign in to comment