// <FILE>crates/rocketsplash-rt/src/error.rs</FILE>
// <DESC>Runtime error types for rocketsplash-rt</DESC>
// <VERS>VERSION: 2.0.0</VERS>
// <WCTX>Foundation crates 0.3.0 (RELEASE_PLAN D2 typed errors)</WCTX>
// <CLOG>2.0.0: wrap rocketsplash_formats::FormatError transparently; drop UnsupportedVersion (now reported by FormatError). 1.0.0: Error enum for load/render failures.</CLOG>
use Error;
// <FILE>crates/rocketsplash-rt/src/error.rs</FILE>
// <VERS>END OF VERSION: 2.0.0</VERS>