Exceptions, and where to find them.
Thrown when an HTTP fetch performed by ManifoldCAD's bundler or model/texture loaders returns a non-2xx response. Carries the status and response body so callers can distinguish transient (5xx, 429) from permanent (4xx) failures.
Exceptions, and where to find them.