misc_pterodactyl-panel/app/Exceptions/Service/Allocation/ServerUsingAllocationException.php

9 lines
173 B
PHP

<?php
namespace Pterodactyl\Exceptions\Service\Allocation;
use Pterodactyl\Exceptions\DisplayException;
class ServerUsingAllocationException extends DisplayException
{
}