class FayrantLang::ArityMismatchError

Defined in:

exceptions.cr

Constructors

Constructor methods inherited from class FayrantLang::ExecutionError

new(reason : String) new

Constructor Detail

def self.new(expected : Int32, actual : Int32) #

[View source]