class GitHub::SQL::BadBind
Public: Raised when a bound “:keyword” value isn't available.
Public Class Methods
new(keyword)
click to toggle source
Calls superclass method
# File lib/github/sql/errors.rb, line 9 def initialize(keyword) super "There's no bind value for #{keyword.inspect}" end