Exception: CollectionErrors::StackUnderflowError

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Stack underflow condition reached") ⇒ StackUnderflowError

Returns a new instance of StackUnderflowError.



17
18
19
# File 'lib/errors/collection_errors.rb', line 17

def initialize(msg="Stack underflow condition reached")
  super(msg)
end