Exception: JSON::LD::InvalidFrame::Syntax

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

Constant Summary

Constants inherited from JSON::LD::InvalidFrame

INVALID_SYNTAX, MULTIPLE_EMBEDS

Instance Attribute Summary

Attributes inherited from JSON::LD::InvalidFrame

#code

Instance Method Summary collapse

Constructor Details

#initialize(*args) ⇒ Syntax

Returns a new instance of Syntax.



151
152
153
154
# File 'lib/json/ld.rb', line 151

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