Handle exception in magento February 20, 2017 try{ write your code in try block $imgSrc = $_product->getImageUrl(); } catch(Exception $e) { // catch your exception here $imgSrc = '0'; } Read more