Exception Handling Improvements
No due date
33% complete
Although all exceptions are caught by MBINCompiler for crash handling, many system exceptions are not handled explicitly, leaving the error messages very generic and unhelpful. All exceptions should be intercepted near the point they are thrown so that they can be handled more gracefully within context.