Class: Timeout::Retry

Inherits:
Error
  • Object
show all
Defined in:
lib/nexussw/lxd.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = nil) ⇒ Retry

Returns a new instance of Retry.



6
7
8
# File 'lib/nexussw/lxd.rb', line 6

def initialize(msg = nil)
  super msg if msg
end