Failing to `find` a Country shouldn't trigger an exception
tmtmtmtm opened this issue · 2 comments
tmtmtmtm commented
Everypolitician::Country.find('Narnia')
should simply return nil, not throw an Exception.
tmtmtmtm commented
@chrismytton want to persuade us that this should throw an Exception, or are we good to make this change?
chrismytton commented
No objections from me! It's probably worth making the same change for legislatures while doing this, as it's essentially the same.