Exception: Kerbi::KerbifileNotFoundError
- Defined in:
- lib/main/errors.rb
Instance Method Summary collapse
-
#initialize(root:) ⇒ KerbifileNotFoundError
constructor
A new instance of KerbifileNotFoundError.
Constructor Details
#initialize(root:) ⇒ KerbifileNotFoundError
Returns a new instance of KerbifileNotFoundError.
75 76 77 78 |
# File 'lib/main/errors.rb', line 75 def initialize(root: ) msg = "Could not resolve kerbifile in #{root}" super(msg) end |