learning-center/app/SharedKernel/Exceptions/AccessDeniedException.php

11 lines
140 B
PHP
Raw Normal View History

2024-09-08 13:48:26 +03:00
<?php
declare(strict_types=1);
namespace App\SharedKernel\Exceptions;
abstract class AccessDeniedException extends \DomainException
{
}