Exception: Flickrage::SystemTimeout
- Defined in:
- lib/flickrage.rb
Overview
Time is going over…
Instance Method Summary collapse
-
#initialize(*args) ⇒ SystemTimeout
constructor
A new instance of SystemTimeout.
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 |