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-02 01:40:44 +00:00
2026-05-08 11:18:55 +05:30
2026-04-30 10:36:12 +03:00
2026-01-03 22:38:17 +00:00
2026-04-29 15:41:56 +03:00