Removed exceptions

This commit is contained in:
Walter Dal Mut
2015-06-10 15:54:07 +02:00
parent 654b2c7e88
commit 6f80454725
5 changed files with 0 additions and 45 deletions
@@ -1,9 +0,0 @@
<?php
namespace InfluxDB\Exception;
class InfluxAuthorizationException extends InfluxGeneralException
{
}
@@ -1,9 +0,0 @@
<?php
namespace InfluxDB\Exception;
class InfluxBadResponseException extends InfluxGeneralException
{
}
@@ -1,9 +0,0 @@
<?php
namespace InfluxDB\Exception;
class InfluxGeneralException extends \RuntimeException
{
}
@@ -1,9 +0,0 @@
<?php
namespace InfluxDB\Exception;
class InfluxNoSeriesException extends InfluxGeneralException
{
}
@@ -1,9 +0,0 @@
<?php
namespace InfluxDB\Exception;
class InfluxUnexpectedResponseException extends InfluxGeneralException
{
}