Exception: NotContainerTypesError
- Inherits:
-
StandardError
- Object
- StandardError
- NotContainerTypesError
- Defined in:
- lib/for/yield.rb
Instance Method Summary collapse
-
#initialize(message = "Objects provided aren't all container types.") ⇒ NotContainerTypesError
constructor
A new instance of NotContainerTypesError.
Constructor Details
#initialize(message = "Objects provided aren't all container types.") ⇒ NotContainerTypesError
Returns a new instance of NotContainerTypesError.
5 6 7 |
# File 'lib/for/yield.rb', line 5 def initialize( = "Objects provided aren't all container types.") super end |