class CVESchema::MissingJSONKey
Public Class Methods
new(key)
click to toggle source
Calls superclass method
# File lib/cve_schema/exceptions.rb, line 7 def initialize(key) super("missing #{key.inspect} key") end