NotIterableException
open class NotIterableException(val action: Action, val context: Context, val value: Value) : ExecutionException
Exception thrown when a variable is not iterable
Parameters
action
Action that failed
context
Context of the action
value
Value that is not iterable