Exception: Kobako::ModuleNotBuiltError
- Inherits:
-
SetupError
- Object
- StandardError
- Error
- SetupError
- Kobako::ModuleNotBuiltError
- Defined in:
- lib/kobako/errors.rb,
sig/kobako/errors.rbs
Overview
The named SetupError subclass for the common, actionable case:
the Guest Binary artifact is absent at wasm_path — the pre-build
state on a fresh clone before bundle exec rake compile. Host Apps
that only need "the Sandbox could not be set up" rescue SetupError;
those wanting to special-case the unbuilt-artifact state rescue
ModuleNotBuiltError first.