Exception: Otoroshi::Collection::ArrayError
- Defined in:
- lib/otoroshi/exceptions.rb
Overview
Manages errors raised when value should be an collection
Instance Method Summary collapse
-
#initialize(property) ⇒ ArrayError
constructor
A new instance of ArrayError.
Constructor Details
#initialize(property) ⇒ ArrayError
Returns a new instance of ArrayError.
49 50 51 |
# File 'lib/otoroshi/exceptions.rb', line 49 def initialize(property) super ":#{property} is not an array" end |