9 lines
143 B
PHP
9 lines
143 B
PHP
|
<?php declare(strict_types=1);
|
||
|
|
||
|
namespace App\Exceptions\Rule;
|
||
|
|
||
|
final class RoleSyncPermissionsCommandHandlerException extends \Exception
|
||
|
{
|
||
|
|
||
|
}
|