Exception: Kobako::ModuleNotBuiltError

Inherits:
SetupError show all
Defined in:
lib/kobako/errors.rb

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 (docs/behavior.md E-40). 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.