Added influxdb-php

This commit is contained in:
laf
2015-08-19 21:50:46 +00:00
parent 50fbedfe22
commit 65d51f5e2b
182 changed files with 21229 additions and 0 deletions
@@ -0,0 +1,10 @@
<?php
namespace InfluxDB\Query;
/**
* @author Stephen "TheCodeAssassin" Hoogendijk
*/
class Exception extends \InfluxDB\Exception
{
}