Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
cling
v3.1.0
Cling
Argument
Arguments
Command
CommandError
Error
ExecutionError
Executor
ExitProgram
Formatter
Options
MainCommand
Option
Type
Options
Parser
Options
Result
Kind
ParserError
Value
Type
ValueNotFound
Generated using Crystal 1.16.3
2025-10-09 11:20:48 UTC
class
Cling::
ExitProgram
Cling::ExitProgram
Cling::Error
Exception
Reference
Object
Overview
An error used for signalling the end of the current program.
Defined in:
cling/errors.cr
Constructors
.new
(code : Int32)
Instance Method Summary
#code
: Int32
Constructor Detail
def self.
new
(code : Int32)
#
[
View source
]
Instance Method Detail
def
code
: Int32
#
[
View source
]