{"record":{"id":"8bab1bd469a288f0","repo":"tymondesigns/jwt-auth","slug":"method-method-does-not-exist-8bab1b","errorCode":null,"errorMessage":"Method [$method] does not exist.","messagePattern":"Method \\[\\$method\\] does not exist\\.","errorType":"exception","errorClass":"BadMethodCallException","httpStatus":null,"severity":"error","filePath":"src/JWTGuard.php","lineNumber":435,"sourceCode":"     * Magically call the JWT instance.\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->jwt, $method)) {\n            return call_user_func_array([$this->jwt, $method], $parameters);\n        }\n\n        if (static::hasMacro($method)) {\n            return $this->macroCall($method, $parameters);\n        }\n\n        throw new BadMethodCallException(\"Method [$method] does not exist.\");\n    }\n}\n","sourceCodeStart":417,"sourceCodeEnd":438,"githubUrl":"https://github.com/tymondesigns/jwt-auth/blob/6c70930a92710d97e8e52b182fca2176097f33be/src/JWTGuard.php#L417-L438","documentation":"Error \"Method [$method] does not exist.\" thrown in tymondesigns/jwt-auth.","triggerScenarios":"Thrown at src/JWTGuard.php:435 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"}