getMessage()); } return ['string', '', []]; } protected function compileProp($prop, $block, $out) { try { parent::compileProp($prop, $block, $out); } catch (Exception $e) { if (strpos($e->getMessage(), 'is undefined:') === false) { // We silence mixin errors only throw $e; } Logger::error($e->getMessage()); } } }