class Sinatra::Schema::BadReference
Public Class Methods
new(id)
click to toggle source
Calls superclass method
# File lib/sinatra/schema/error.rb, line 7 def initialize(id) super("Could not resolve property ref #{id}") end