Exception: OBarc::Utils::Exceptions::TimeOutError

Inherits:
OBarcError
  • Object
show all
Defined in:
lib/obarc/utils/exceptions.rb

Instance Attribute Summary

Attributes inherited from OBarcError

#message

Instance Method Summary (collapse)

Constructor Details

- (TimeOutError) initialize(error)

Returns a new instance of TimeOutError



75
76
77
# File 'lib/obarc/utils/exceptions.rb', line 75

def initialize(error)
  super("#{error.class} was raised, please rescue it")
end