pelican-panel-mirror/app/Exceptions/Service/Allocation/AllocationDoesNotBelongToServerException.php
2024-03-12 22:39:16 -04:00

10 lines
163 B
PHP

<?php
namespace App\Exceptions\Service\Allocation;
use App\Exceptions\PanelException;
class AllocationDoesNotBelongToServerException extends PanelException
{
}