mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-15 08:04:57 +02:00
11 lines
138 B
PHP
11 lines
138 B
PHP
<?php
|
|
|
|
namespace InfluxDB\Query;
|
|
|
|
/**
|
|
* @author Stephen "TheCodeAssassin" Hoogendijk
|
|
*/
|
|
class Exception extends \InfluxDB\Exception
|
|
{
|
|
}
|