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