mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-08 08:12:17 +01:00
Restrict removing owner from organization
This commit is contained in:
10
app/Exceptions/Api/CanNotRemoveOwnerFromOrganization.php
Normal file
10
app/Exceptions/Api/CanNotRemoveOwnerFromOrganization.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace App\Exceptions\Api;
|
||||
|
||||
class CanNotRemoveOwnerFromOrganization extends ApiException
|
||||
{
|
||||
public const string KEY = 'can_not_remove_owner_from_organization';
|
||||
}
|
||||
Reference in New Issue
Block a user