mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-20 18:04:46 +02:00
10 lines
150 B
PHP
10 lines
150 B
PHP
<?php
|
|
|
|
namespace App\Exceptions\Service\Subuser;
|
|
|
|
use App\Exceptions\DisplayException;
|
|
|
|
class UserIsServerOwnerException extends DisplayException
|
|
{
|
|
}
|