PteroTheme/app/Exceptions/Service/Subuser/UserIsServerOwnerException.php

10 lines
166 B
PHP

<?php
namespace Pterodactyl\Exceptions\Service\Subuser;
use Pterodactyl\Exceptions\DisplayException;
class UserIsServerOwnerException extends DisplayException
{
}