Exception: CollectionErrors::ListOverflowError

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = "List overflow condition reached") ⇒ ListOverflowError

Returns a new instance of ListOverflowError.



11
12
13
# File 'lib/errors/collection_errors.rb', line 11

def initialize(msg="List overflow condition reached")
  super(msg)
end