Exception: Kerbi::ValuesFileNotFoundError
- Defined in:
- lib/main/errors.rb
Instance Method Summary collapse
-
#initialize(fname_expr:, root:) ⇒ ValuesFileNotFoundError
constructor
A new instance of ValuesFileNotFoundError.
Constructor Details
#initialize(fname_expr:, root:) ⇒ ValuesFileNotFoundError
Returns a new instance of ValuesFileNotFoundError.
68 69 70 71 |
# File 'lib/main/errors.rb', line 68 def initialize(fname_expr: , root: ) msg = "Could not resolve values file '#{fname_expr}' in #{root}" super(msg) end |