mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2025-12-21 13:23:04 +01:00
11 lines
118 B
PHP
11 lines
118 B
PHP
<?php
|
|
|
|
namespace App\Exceptions;
|
|
|
|
use Exception;
|
|
|
|
class InfluxDBConnectionErrorException extends Exception
|
|
{
|
|
//
|
|
}
|