Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
toka
v0.1.2
Toka
ConversionError
Converter
Bool
Float32
Float64
Int16
Int32
Int64
Int8
String
UInt16
UInt32
UInt64
UInt8
URI
Error
HashValueMissingError
HelpPageRenderer
MissingOptionError
MissingValueError
Option
OptionDescriptor
ParseError
UnknownOptionError
VerificationError
Built with Crystal 1.9.2
2023-10-08 08:06:55 UTC
class
Toka::UnknownOptionError
Toka::UnknownOptionError
Toka::Error
Exception
Reference
Object
Overview
Raised when an unknown option is encountered.
Defined in:
toka/error.cr
Constructors
.new
(message, arguments : Array(String), position : Int32, name : String)
Instance Method Summary
#arguments
: Array(String)
#name
: String
#position
: Int32
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
]