Exception: JSON::LD::InvalidContext::LoadError

Inherits:
JSON::LD::InvalidContext show all
Defined in:
lib/json/ld.rb

Constant Summary

Constants inherited from JSON::LD::InvalidContext

INVALID_SYNTAX, LOAD_ERROR

Instance Attribute Summary

Attributes inherited from JSON::LD::InvalidContext

#code

Instance Method Summary collapse

Constructor Details

#initialize(*args) ⇒ LoadError

Returns a new instance of LoadError.



133
134
135
136
# File 'lib/json/ld.rb', line 133

def initialize(*args)
  super
  @code = LOAD_ERROR
end