docker-itmgmt/speedtest/volumes/config/www/app/Exceptions/InfluxDBConnectionErrorException.php

11 lines
118 B
PHP
Raw Normal View History

2023-03-29 15:20:05 +00:00
<?php
namespace App\Exceptions;
use Exception;
class InfluxDBConnectionErrorException extends Exception
{
//
}