Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
aero
main
Aero
Actions
CLI
Commands
BaseCommand
ConfigCommand
ExecCommand
SetKeyCommand
SetURLCommand
TestCommand
ComparisonError
Config
FieldError
Models
Fields
Query
And
BooleanLiteral
Expression
Identifier
Lexer
Node
NullLiteral
NumberLiteral
Operator
Kind
Or
Parser
Precedence
StringLiteral
Token
Kind
SyntaxError
SystemExit
Template
BoolLiteral
Field
Lexer
Literal
Node
Nullable
NullableString
NullLiteral
NumberLiteral
Operator
OpKind
Parser
Result
StringLiteral
Token
Kind
Value
TemplateError
Built with Crystal 1.9.2
2023-10-07 19:15:29 UTC
class
Aero::TemplateError
Aero::TemplateError
Exception
Reference
Object
Direct Known Subclasses
Aero::ComparisonError
Aero::FieldError
Aero::SyntaxError
Defined in:
errors.cr
Constructors
.new
(message : String, start : Int32, stop : Int32)
Instance Method Summary
#start
: Int32
#stop
: Int32
Constructor Detail
def self.
new
(message : String, start : Int32, stop : Int32)
#
[
View source
]
Instance Method Detail
def
start
: Int32
#
[
View source
]
def
stop
: Int32
#
[
View source
]