Exception: OFlow::BlockedError

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

Overview

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

Instance Method Summary collapse

Constructor Details

#initializeBlockedError

Returns a new instance of BlockedError.



5
6
7
# File 'lib/oflow/errors.rb', line 5

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