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.
348 |
# File 'sig/jsonschema.rbs', line 348
def initialize: (String message) -> void
|
Instance Attribute Details
#message ⇒ String (readonly)
Returns the value of attribute message.
347 348 349 |
# File 'sig/jsonschema.rbs', line 347 def @message end |