bevy/crates/bevy_ecs/src/error
Alice Cecile ab0e3f8714
Small cleanup for ECS error handling (#18280)
# Objective

While poking at https://github.com/bevyengine/bevy/issues/17272, I
noticed a few small things to clean up.

## Solution

- Improve the docs
- ~~move `SystemErrorContext` out of the `handler.rs` module: it's not
an error handler~~
2025-03-13 00:13:02 +00:00
..
bevy_error.rs Add print_stdout and print_stderr lints (#17446) (#18233) 2025-03-11 19:35:48 +00:00
handler.rs BevyError: Bevy's new catch-all error type (#18144) 2025-03-07 01:50:07 +00:00
mod.rs Small cleanup for ECS error handling (#18280) 2025-03-13 00:13:02 +00:00