Exception: OFlow::BusyError

Inherits:
Exception
  • Object
show all
Defined in:
lib/oflow/errors.rb

Overview

An Exception indicating a Task was too busy to complete the requested operation.

Instance Method Summary collapse

Constructor Details

#initializeBusyError

Returns a new instance of BusyError.



13
14
15
# File 'lib/oflow/errors.rb', line 13

def initialize()
  super("Busy, try again later")
end