Skip to content

Commit

Permalink
ADD PSR-3 exception error logging
Browse files Browse the repository at this point in the history
  • Loading branch information
srjlewis committed Nov 1, 2024
1 parent 78154bf commit 25c668a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/JsonRPC/Request/BatchRequestParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ public function parse()
->withMiddlewareHandler($this->middlewareHandler)
->withLocalException($this->localExceptions)
->withRequestLogger($this->requestLogger)
->withPsr3Logger($this->psr3Logger)
->parse();
}

Expand Down

0 comments on commit 25c668a

Please sign in to comment.