Exception: Sinatra::Schema::BadReference

Inherits:
Error
  • Object
show all
Defined in:
lib/sinatra/schema/error.rb

Instance Method Summary collapse

Constructor Details

#initialize(id) ⇒ BadReference

Returns a new instance of BadReference.



7
8
9
# File 'lib/sinatra/schema/error.rb', line 7

def initialize(id)
  super("Could not resolve property ref #{id}")
end