mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-21 16:12:14 +02:00
11 lines
141 B
PHP
11 lines
141 B
PHP
<?php
|
|
|
|
namespace InfluxDB\Database;
|
|
|
|
/**
|
|
* @author Stephen "TheCodeAssassin" Hoogendijk
|
|
*/
|
|
class Exception extends \InfluxDB\Exception
|
|
{
|
|
}
|