Exception: Aikido::Zen::InternalsError

Inherits:
Aikido::ZenError
  • Object
show all
Defined in:
lib/aikido/zen/errors.rb

Overview

Raised when there’s any problem communicating (or loading) libzen.

Instance Method Summary collapse

Constructor Details

#initialize(attempt, problem, libname) ⇒ InternalsError



92
93
94
95
96
# File 'lib/aikido/zen/errors.rb', line 92

def initialize(attempt, problem, libname)
  super(format("    Zen could not scan %s due to a problem %s the library `%s'\n  MSG\nend\n".chomp, attempt, problem, libname))