{"record":{"id":"1faeadff275d3b3b","repo":"tymondesigns/jwt-auth","slug":"method-method-does-not-exist","errorCode":null,"errorMessage":"Method [$method] does not exist.","messagePattern":"Method \\[\\$method\\] does not exist\\.","errorType":"exception","errorClass":"BadMethodCallException","httpStatus":null,"severity":"error","filePath":"src/JWT.php","lineNumber":403,"sourceCode":"        return $this->manager->getBlacklist();\n    }\n\n    /**\n     * Magically call the JWT Manager.\n     *\n     * @param  string  $method\n     * @param  array  $parameters\n     * @return mixed\n     *\n     * @throws \\BadMethodCallException\n     */\n    public function __call($method, $parameters)\n    {\n        if (method_exists($this->manager, $method)) {\n            return call_user_func_array([$this->manager, $method], $parameters);\n        }\n\n        throw new BadMethodCallException(\"Method [$method] does not exist.\");\n    }\n}\n","sourceCodeStart":385,"sourceCodeEnd":406,"githubUrl":"https://github.com/tymondesigns/jwt-auth/blob/6c70930a92710d97e8e52b182fca2176097f33be/src/JWT.php#L385-L406","documentation":"Error \"Method [$method] does not exist.\" thrown in tymondesigns/jwt-auth.","triggerScenarios":"Thrown at src/JWT.php:403 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":"6c70930a92710d97e8e52b182fca2176097f33be","analyzedAt":"2026-08-21T02:16:37.040Z","schemaVersion":2},"datasetVersion":"2026-08-21T03:17:12.404Z"}