Exception: V::ECLOSED
Instance Method Summary collapse
-
#initialize ⇒ ECLOSED
constructor
A new instance of ECLOSED.
Methods inherited from ERROR
Constructor Details
#initialize ⇒ ECLOSED
Returns a new instance of ECLOSED.
35 36 37 |
# File 'lib/v/errors.rb', line 35 def initialize super 'worker queue was closed already' end |