{"record":{"id":"d9a6a51305efe76b","repo":"Seldaek/monolog","slug":"the-wrapped-handler-does-not-implement-monolog-han","errorCode":null,"errorMessage":"The wrapped handler does not implement Monolog\\Handler\\ProcessableHandlerInterface","messagePattern":"The wrapped handler does not implement Monolog\\\\Handler\\\\ProcessableHandlerInterface","errorType":"exception","errorClass":"LogicException","httpStatus":null,"severity":"error","filePath":"src/Monolog/Handler/HandlerWrapper.php","lineNumber":87,"sourceCode":"     * @inheritDoc\n     */\n    public function close(): void\n    {\n        $this->handler->close();\n    }\n\n    /**\n     * @inheritDoc\n     */\n    public function pushProcessor(callable $callback): HandlerInterface\n    {\n        if ($this->handler instanceof ProcessableHandlerInterface) {\n            $this->handler->pushProcessor($callback);\n\n            return $this;\n        }\n\n        throw new \\LogicException('The wrapped handler does not implement ' . ProcessableHandlerInterface::class);\n    }\n\n    /**\n     * @inheritDoc\n     */\n    public function popProcessor(): callable\n    {\n        if ($this->handler instanceof ProcessableHandlerInterface) {\n            return $this->handler->popProcessor();\n        }\n\n        throw new \\LogicException('The wrapped handler does not implement ' . ProcessableHandlerInterface::class);\n    }\n\n    /**\n     * @inheritDoc\n     */\n    public function setFormatter(FormatterInterface $formatter): HandlerInterface","sourceCodeStart":69,"sourceCodeEnd":105,"githubUrl":"https://github.com/Seldaek/monolog/blob/57eb1028342134e701e77c617565d51b6e5a2a53/src/Monolog/Handler/HandlerWrapper.php#L69-L105","documentation":"Error \"The wrapped handler does not implement Monolog\\Handler\\ProcessableHandlerInterface\" thrown in Seldaek/monolog.","triggerScenarios":"Thrown at src/Monolog/Handler/HandlerWrapper.php:87 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":"57eb1028342134e701e77c617565d51b6e5a2a53","analyzedAt":"2026-08-17T02:36:30.259Z","schemaVersion":2},"datasetVersion":"2026-08-17T04:17:16.089Z"}