Exception: Aikido::Zen::InternalsError
- Inherits:
-
Aikido::ZenError
- Object
- RuntimeError
- Aikido::ZenError
- Aikido::Zen::InternalsError
- Defined in:
- lib/aikido/zen/errors.rb
Overview
Raised when there’s any problem communicating (or loading) libzen.
Instance Method Summary collapse
-
#initialize(attempt, problem, libname) ⇒ InternalsError
constructor
A new instance of InternalsError.
Constructor Details
#initialize(attempt, problem, libname) ⇒ InternalsError
Returns a new instance of InternalsError.
83 84 85 86 87 |
# File 'lib/aikido/zen/errors.rb', line 83 def initialize(attempt, problem, libname) super(format(<<~MSG.chomp, attempt, problem, libname)) Zen could not scan %s due to a problem %s the library `%s' MSG end |