SIGN IN SIGN UP
laravel / framework UNCLAIMED

Laravel is a web application framework with expressive, elegant syntax.

0 0 135 PHP

[13.x] Throw ManagedQueueNotFoundException when a managed queue is missing (#60275)

* Throw ManagedQueueNotFoundException with queue name for missing managed queues

Wraps AWS.SimpleQueueService.NonExistentQueue errors at the SQS client
handler stack so every managed queue operation surfaces a clear message
including the queue name, instead of the vague AWS error.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

* Reword ManagedQueueNotFoundException message

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

* Use expectException/expectExceptionMessage in managed queue not found test

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
K
Kieran Brown committed
fae546e9a0400a96b9e3717781318fd5fb6e80b1
Parent: 2627847
Committed by GitHub <noreply@github.com> on 5/26/2026, 11:27:23 PM