Example #1
0
 /**
  * @param $Config
  * @throws \Exception
  */
 public function __construct($Config)
 {
     if (!isset($Config->items)) {
         throw new SwaggerDefinitionException('missing property: items');
     }
     parent::__construct($Config);
 }