Added influxdb library

This commit is contained in:
laf
2015-12-02 23:51:36 +00:00
parent 05e3c581b0
commit 8e5d619439
1250 changed files with 148061 additions and 0 deletions
@@ -0,0 +1,10 @@
<?php
namespace InfluxDB\Query;
/**
* @author Stephen "TheCodeAssassin" Hoogendijk
*/
class Exception extends \InfluxDB\Exception
{
}