class Oxide::Error
- Oxide::Error
- Exception
- Reference
- Object
Direct Known Subclasses
Defined in:
oxide/error.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
true
if this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher)
- #locations : Array(Location)
- #to_h
- #to_json(builder : JSON::Builder)
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.