mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-17 13:53:45 +02:00
Add support for changing the server default allocation as a normal user
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace Pterodactyl\Exceptions\Service\Allocation;
|
||||
|
||||
use Pterodactyl\Exceptions\PterodactylException;
|
||||
|
||||
class AllocationDoesNotBelongToServerException extends PterodactylException
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user