Files
Atomcms-edit/app/Exceptions/RconConnectionException.php
T
2026-05-09 17:32:17 +02:00

10 lines
127 B
PHP
Executable File

<?php
declare(strict_types=1);
namespace App\Exceptions;
use Exception;
class RconConnectionException extends Exception {}