Overview

Namespaces

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

Exceptions

  • BadData
  • InvalidRecord
  • Overview
  • Namespace
  • Class
  • Tree
 1: <?php
 2: 
 3: 
 4: namespace BeerXML\Exception;
 5: 
 6: 
 7: class InvalidRecord extends \Exception
 8: {
 9: 
10: }
php-beerxml API documentation generated by ApiGen 2.8.0