{"record":{"id":"3e9a6f6bb37d9d1c","repo":"z-song/laravel-admin","slug":"method-method-not-exists","errorCode":null,"errorMessage":"Method \"{$method}\" not exists.","messagePattern":"Method \"(.+?)\" not exists\\.","errorType":"exception","errorClass":"Exception","httpStatus":null,"severity":"error","filePath":"src/Grid/Filter/AbstractFilter.php","lineNumber":539,"sourceCode":"    {\n        return $this->render();\n    }\n\n    /**\n     * @param $method\n     * @param $params\n     *\n     * @throws \\Exception\n     *\n     * @return mixed\n     */\n    public function __call($method, $params)\n    {\n        if (method_exists($this->presenter, $method)) {\n            return $this->presenter()->{$method}(...$params);\n        }\n\n        throw new \\Exception('Method \"'.$method.'\" not exists.');\n    }\n}\n","sourceCodeStart":521,"sourceCodeEnd":542,"githubUrl":"https://github.com/z-song/laravel-admin/blob/67c441eb78ecc5437e59775d89770cd9c2cb1e05/src/Grid/Filter/AbstractFilter.php#L521-L542","documentation":"Error \"Method \"{$method}\" not exists.\" thrown in z-song/laravel-admin.","triggerScenarios":"Thrown at src/Grid/Filter/AbstractFilter.php:539 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"}