class

PheltObject::Error

Inherits Reference < Object

Constants

TYPE = "error"

Constructors

new(message : ::String, pretty : ::String, line : Int32, column : Int32)
Source

Instance methods

column
Source
column=(column : Int32)
Source
inspect

Returns an unambiguous and information-rich string representation of this object, typically intended for developers.

This method should usually not be overridden. It delegates to #inspect(IO) which can be overridden for custom implementations.

Also see #to_s.

Source
line
Source
line=(line : Int32)
Source
message
Source
message=(message : ::String)
Source
pretty
Source
pretty=(pretty : ::String)
Source
type
Source