class Toka::UnknownOptionError

Overview

Raised when an unknown option is encountered.

Defined in:

toka/error.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(message, arguments : Array(String), position : Int32, name : String) #

[View source]

Instance Method Detail

def arguments : Array(String) #

[View source]
def name : String #

[View source]
def position : Int32 #

[View source]