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.



93
94
95
96
# File 'lib/flickrage.rb', line 93

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