Files
Speedtest-Tracker/app/Exceptions/InfluxDBConnectionErrorException.php
2021-04-10 21:57:31 +01:00

11 lines
118 B
PHP

<?php
namespace App\Exceptions;
use Exception;
class InfluxDBConnectionErrorException extends Exception
{
//
}