Skip to content

Commit 58eb4b9

Browse files
committed
wip
1 parent 4af37a7 commit 58eb4b9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

http-client.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,12 @@ use Illuminate\Foundation\Configuration\Exceptions;
409409
})
410410
```
411411

412+
Alternatively, you may customize the exception truncation behavior per request using the `truncateExceptionsAt` method:
413+
414+
```php
415+
return Http::truncateExceptionsAt(240)->post(/* ... */);
416+
```
417+
412418
<a name="guzzle-middleware"></a>
413419
### Guzzle Middleware
414420

0 commit comments

Comments
 (0)