KeyException([String? key, Exception? inner]) : super( key != null ? "Key Not Found: '$key' not found in map" : "Key Not Found", inner);