hyf

Context-aware query service for Radroots
git clone https://radroots.dev/git/hyf.git
Log | Files | Refs | README | LICENSE

errors.mojo (110B)


      1 def raise_runtime_contract_error(message: String) raises:
      2     raise Error("hyf runtime contract: " + message)