class Oxide::RuntimeError

Overview

Base for all issues that occur during runtime to provide accurate location responses

Direct Known Subclasses

Defined in:

oxide/error.cr

Instance methods inherited from class Oxide::Error

==(other : self) ==, hash(hasher) hash, locations : Array(Location) locations, path : Array(String | Int32) | Nil path, to_h to_h, to_json(builder : JSON::Builder) to_json

Constructor methods inherited from class Oxide::Error

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