Exception: JSONSchema::ReferencingError
- Inherits:
-
StandardError
- Object
- StandardError
- JSONSchema::ReferencingError
- Defined in:
- sig/jsonschema.rbs
Overview
Raised when a reference cannot be resolved.
Instance Attribute Summary collapse
-
#message ⇒ String
readonly
Returns the value of attribute message.
Instance Method Summary collapse
-
#initialize ⇒ ReferencingError
constructor
A new instance of ReferencingError.
Constructor Details
#initialize ⇒ ReferencingError
Returns a new instance of ReferencingError.
503 |
# File 'sig/jsonschema.rbs', line 503
def initialize: (String message) -> void
|
Instance Attribute Details
#message ⇒ String (readonly)
Returns the value of attribute message.
502 503 504 |
# File 'sig/jsonschema.rbs', line 502 def @message end |