Exception: CollectionErrors::QueueUnderflowError
- Defined in:
- lib/errors/collection_errors.rb
Instance Method Summary collapse
-
#initialize(msg = "Queue underflow condition reached") ⇒ QueueUnderflowError
constructor
A new instance of QueueUnderflowError.
Constructor Details
#initialize(msg = "Queue underflow condition reached") ⇒ QueueUnderflowError
Returns a new instance of QueueUnderflowError.
23 24 25 |
# File 'lib/errors/collection_errors.rb', line 23 def initialize(msg="Queue underflow condition reached") super(msg) end |