struct Ameba::Source::Error
- Ameba::Source::Error
- Struct
- Value
- Object
Overview
Represents an error caught by Ameba.
Each error has the rule that created this error, position of the error and a message.
Defined in:
ameba/source.crConstructors
Instance Method Summary
- #clone
- #copy_with(rule _rule = @rule, pos _pos = @pos, message _message = @message)
- #message : String
- #pos : Int32 | Nil
- #rule : Rule