Exception: CollectionErrors::ListError
- Inherits:
-
StandardError
- Object
- StandardError
- CollectionErrors::ListError
- Defined in:
- lib/errors/collection_errors.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(msg) ⇒ ListError
constructor
A new instance of ListError.
Constructor Details
#initialize(msg) ⇒ ListError
Returns a new instance of ListError.
4 5 6 7 |
# File 'lib/errors/collection_errors.rb', line 4 def initialize(msg) msg = "ListError... " + msg super(msg) end |