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

10 lines
191 B
PHP
Raw Normal View History

<?php
namespace Pterodactyl\Exceptions\Service\Allocation;
use Pterodactyl\Exceptions\PterodactylException;
class AllocationDoesNotBelongToServerException extends PterodactylException
{
}