class OFlow::BusyError

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

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/oflow/errors.rb, line 13
def initialize()
  super("Busy, try again later")
end