{"record":{"id":"d04504bf93229f6d","repo":"z-song/laravel-admin","slug":"method-method-does-not-exist","errorCode":null,"errorMessage":"Method {$method} does not exist.","messagePattern":"Method (.+?) does not exist\\.","errorType":"exception","errorClass":"BadMethodCallException","httpStatus":null,"severity":"error","filePath":"src/Actions/Action.php","lineNumber":411,"sourceCode":"process.then(actionResolver).catch(actionCatcher);\nSCRIPT;\n    }\n\n    /**\n     * @param string $method\n     * @param array  $arguments\n     *\n     * @throws \\Exception\n     *\n     * @return mixed\n     */\n    public function __call($method, $arguments = [])\n    {\n        if (in_array($method, Interactor\\Interactor::$elements)) {\n            return $this->interactor->{$method}(...$arguments);\n        }\n\n        throw new \\BadMethodCallException(\"Method {$method} does not exist.\");\n    }\n\n    /**\n     * @return string\n     */\n    public function html()\n    {\n    }\n\n    /**\n     * @return mixed\n     */\n    public function render()\n    {\n        $this->addScript();\n\n        $content = $this->html();\n","sourceCodeStart":393,"sourceCodeEnd":429,"githubUrl":"https://github.com/z-song/laravel-admin/blob/67c441eb78ecc5437e59775d89770cd9c2cb1e05/src/Actions/Action.php#L393-L429","documentation":"Error \"Method {$method} does not exist.\" thrown in z-song/laravel-admin.","triggerScenarios":"Thrown at src/Actions/Action.php:411 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":[],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"67c441eb78ecc5437e59775d89770cd9c2cb1e05","analyzedAt":"2026-08-21T02:51:03.143Z","schemaVersion":2},"datasetVersion":"2026-08-21T03:17:12.404Z"}