File "AccessResponseWithAction.php"

Full Path: /var/www/drive/foundation/src/Core/Exceptions/AccessResponseWithAction.php
File size: 203 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Common\Core\Exceptions;

use Common\Core\Exceptions\AccessResponseWithPermission;

class AccessResponseWithAction extends AccessResponseWithPermission
{
    public array|null $action;
}