Exception: JSONSchema::ReferencingError

Inherits:
StandardError
  • Object
show all
Defined in:
sig/jsonschema.rbs

Overview

Raised when a reference cannot be resolved.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeReferencingError

Returns a new instance of ReferencingError.

Parameters:

  • message (String)


348
# File 'sig/jsonschema.rbs', line 348

def initialize: (String message) -> void

Instance Attribute Details

#messageString (readonly)

Returns the value of attribute message.

Returns:

  • (String)


347
348
349
# File 'sig/jsonschema.rbs', line 347

def message
  @message
end