Files
HexaHost-Panel/app/Exceptions/Hosting/ProxmoxException.php
2026-05-17 13:26:14 +02:00

8 lines
99 B
PHP

<?php
namespace App\Exceptions\Hosting;
class ProxmoxException extends ProvisioningException
{
}