Exception: CollectionErrors::QueueUnderflowError

Inherits:
ListError
  • Object
show all
Defined in:
lib/errors/collection_errors.rb

Instance Method Summary collapse

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