This repository has been archived by the owner on Feb 11, 2022. It is now read-only.
- replaces DeveloperError from Notils with IllegalStateException from std lib; removes notils dependency #40
- if you're catching
DeveloperError
, you'll need to catchIllegalStateException
instead, then open an issue to help us understand why this state is being entered 😅