my-projects-website/app/application/app/Exceptions/Services/Rule/RoleSyncPermissionsCommandHandlerException.php

9 lines
152 B
PHP

<?php declare(strict_types=1);
namespace App\Exceptions\Services\Rule;
final class RoleSyncPermissionsCommandHandlerException extends \Exception
{
}