Given the following block code: try{ list retrievedrecords = [select id from account where website = null]; }catch(exception e){ //manage exception logic } what should a developer do to ensure the code execution is disrupted if the retrievedrecordslist remains empty after the soql query?.