Exception: CollectionErrors::StackUnderflowError
- Defined in:
- lib/errors/collection_errors.rb
Instance Method Summary collapse
-
#initialize(msg = "Stack underflow condition reached") ⇒ StackUnderflowError
constructor
A new instance of StackUnderflowError.
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 |