How to create extended dict Class requiring key/values on get()
I’m trying to build a custom class that will require keys and/or values when getting them from a dict. This is a simple version of what I have written, getRequired and is only checking for keys.