Added influxdb from composer

This commit is contained in:
laf
2015-08-18 19:13:40 +00:00
parent adfcec33fd
commit 98de6faf6b
35 changed files with 3618 additions and 0 deletions
@@ -0,0 +1,10 @@
<?php
namespace InfluxDB\Query;
/**
* @author Stephen "TheCodeAssassin" Hoogendijk
*/
class Exception extends \InfluxDB\Exception
{
}