class HCL::ArityMismatchError

Overview

Raised when there is a mismatch in number of arguments passed to an HCL function

Defined in:

hcl/exceptions.cr

Instance methods inherited from class Reference

==(other : HCL::Any) ==

Instance methods inherited from class Object

===(other : HCL::Any) ===

Class methods inherited from class Object

from_hcl(string_or_io : String | IO, ctx : HCL::ExpressionContext = HCL::ExpressionContext.default_context) from_hcl