mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
16 lines
204 B
PHP
16 lines
204 B
PHP
<?php
|
|
/**
|
|
* @author Stephen "TheCodeAssassin" Hoogendijk
|
|
*/
|
|
|
|
namespace InfluxDB\Driver;
|
|
|
|
/**
|
|
* Class Exception
|
|
*
|
|
* @package InfluxDB\Driver
|
|
*/
|
|
class Exception extends \InfluxDB\Client\Exception
|
|
{
|
|
|
|
} |