1: <?php 2: 3: namespace BeerXML\Exception; 4: 5: /** 6: * Thrown when we encounter data so poorly formed that we cannot continue 7: * 8: * @package BeerXML\Exception 9: */ 10: class BadData extends \Exception 11: { 12: 13: } 14: