class OFlow::BlockedError

An Exception indicating a Task was currently not receiving new requests.

Public Class Methods

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