Exception: NotContainerTypesError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/for/yield.rb

Instance Method Summary collapse

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(message = "Objects provided aren't all container types.")
  super
end