class

Oxide::Error

Inherits Exception < Reference < Object

Base error for all oxide errors to extend from

Constructors

new(message, locations : Array(Oxide::Location) = [] of Location, path : Nil | Array(Int32 | String) = nil)
Source

Instance methods

==(other : self)

Returns true if this reference is the same as other. Invokes same?.

hash(hasher)

See Object#hash(hasher)

locations
Source
path
Source
to_h
Source
to_json(builder : JSON::Builder)
Source