Exception: Lilac::CLI::RuntimeResolver::Error

Inherits:
StandardError
  • Object
show all
Defined in:
lib/lilac/cli/build/runtime_resolver.rb

Overview

Common ancestor so a caller can rescue RuntimeResolver::Error for either target. Each subclass defines its own Error < RuntimeResolver::Error and the resolve_*! methods raise self.class::Error, so FullRuntimeResolver::Error and CompiledRuntimeResolver::Error stay distinct (a rescue of one doesn't swallow the other).