class Otoroshi::Collection::ArrayError
Manages errors raised when value should be an collection
Public Class Methods
new(property)
click to toggle source
@param property [Symbol] name of the property @example
":numbers is not an array"
Calls superclass method
# File lib/otoroshi/exceptions.rb, line 49 def initialize(property) super ":#{property} is not an array" end