Converter<T> getExcept<Q>(Table table) { if (this == null) throw Exception('Missing converter on $table for type $Q.'); return this!; }