Files
Prem Palanisamy 46289e076b Throw Migration\Exception from migrations worker instead of HTTP error catalog
Follow-up to #12226. The migrations worker is a queue worker, not an HTTP
endpoint — its errors never become HTTP responses — so they shouldn't be
drawn from the HTTP error registry (app/config/errors.php). Throw
Utopia\Migration\Exception for the source/destination setup validation
failures instead; the worker's outer-catch gate already suppresses
Migration\Exception from Sentry and records it on the migration document.

Removes the now-unused MIGRATION_SOURCE_*/MIGRATION_DESTINATION_TYPE_INVALID
constants and their errors.php entries.
2026-05-11 08:34:06 +01:00
..
2025-12-05 12:07:47 +05:30
2026-04-28 10:54:13 +02:00
2026-02-25 16:09:16 +05:30
2025-03-11 18:19:25 +01:00
2026-04-29 19:22:46 +05:30