Exception: InternalError

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/capricorn/driver.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(args) ⇒ InternalError

Returns a new instance of InternalError.



58
59
60
61
# File 'lib/capricorn/driver.rb', line 58

def initialize(args)
  @args = args
  super
end

Instance Attribute Details

#argsObject

Returns the value of attribute args.



57
58
59
# File 'lib/capricorn/driver.rb', line 57

def args
  @args
end