moduleRDBLoadError, add key name, and use panic rather than exit
using panic rather than exit means you get s stack trace of the code path that experianced the error, and possibly other info.
Please register or sign in to comment
using panic rather than exit means you get s stack trace of the code path that experianced the error, and possibly other info.