Skip to content

Commit b6e2218

Browse files
committed
Run this middleware as thirdlast so we can do something with it before they end up at api-clients/middleware-log
1 parent e19664a commit b6e2218

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/HttpExceptionsMiddleware.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace ApiClients\Middleware\HttpExceptions;
44

5-
use ApiClients\Foundation\Middleware\Annotation\SecondLast;
5+
use ApiClients\Foundation\Middleware\Annotation\ThirdLast;
66
use ApiClients\Foundation\Middleware\MiddlewareInterface;
77
use ApiClients\Foundation\Middleware\PostTrait;
88
use ApiClients\Foundation\Middleware\PreTrait;
@@ -25,7 +25,7 @@ final class HttpExceptionsMiddleware implements MiddlewareInterface
2525
* @param array $options
2626
* @return CancellablePromiseInterface
2727
*
28-
* @SecondLast()
28+
* @ThirdLast()
2929
*/
3030
public function error(
3131
Throwable $throwable,

0 commit comments

Comments
 (0)