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)


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

def initialize: (String message) -> void

Instance Attribute Details

#messageString (readonly)

Returns the value of attribute message.

Returns:

  • (String)


512
513
514
# File 'sig/jsonschema.rbs', line 512

def message
  @message
end