Overview

Namespaces

  • BeerXML
    • Exception
    • Generator
    • Parser
    • Record
  • PHP

Exceptions

  • BadData
  • InvalidRecord
  • Overview
  • Namespace
  • Class
  • Tree
 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: 
php-beerxml API documentation generated by ApiGen 2.8.0