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::VerificationError
Toka::VerificationError
Toka::ParseError
Toka::Error
Exception
Reference
Object
Overview
Raised when a verifier signaled an error.
Defined in:
toka/error.cr
Constructors
.new
(message, arguments, position, option, verifier_message : Nil | String)
Instance Method Summary
#verifier_message
: String | Nil
Instance methods inherited from class
Toka::ParseError
arguments : Array(String)
arguments
,
option : Toka::Option
option
,
position : Int32
position
Constructor methods inherited from class
Toka::ParseError
new(message, arguments : Array(String), position : Int32, option : Toka::Option)
new
Constructor Detail
def self.
new
(message, arguments, position, option, verifier_message : Nil | String)
#
[
View source
]
Instance Method Detail
def
verifier_message
: String | Nil
#
[
View source
]