Error 📋

Authorization\Exception\ForbiddenException
Toggle Vendor Stack Frames
        $identity $request->getAttribute($this->getConfig('identityAttribute'));
        $result $service->canResult($identity$this->getConfig('method'), $request);
        if (!$result->getStatus()) {
            throw new ForbiddenException($result);
        }
        return $handler->handle($request);
    }

If you want to customize this error message, create templates/Error/error400.php