Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Output class in exception when AutoRegister fails
When a public class that is wrongly configured or misplaced fails, it's hard to debug. This is because it will fail because of a `getName()` function call on a null object. To improve developer experience, output the classname it fails on.
- Loading branch information