class Flickrage::SystemTimeout
Time is going over…
Public Class Methods
new(*args)
click to toggle source
Calls superclass method
# File lib/flickrage.rb, line 94 def initialize(*args) Flickrage.logger.error 'Timeout, something going wrong...' super end