Exception: Flickrage::SystemTimeout

Inherits:
BaseError
  • Object
show all
Defined in:
lib/flickrage.rb

Overview

Time is going over…

Instance Method Summary collapse

Constructor Details

#initialize(*args) ⇒ SystemTimeout

Returns a new instance of SystemTimeout.



88
89
90
91
# File 'lib/flickrage.rb', line 88

def initialize(*args)
  Flickrage.logger.error 'Timeout, something going wrong...'
  super
end