Exception: GitHub::SQL::BadBind

Inherits:
Error
  • Object
show all
Defined in:
lib/github/sql.rb

Overview

Public: Raised when a bound “:keyword” value isn’t available.

Instance Method Summary collapse

Constructor Details

#initialize(keyword) ⇒ BadBind



105
106
107
# File 'lib/github/sql.rb', line 105

def initialize(keyword)
  super "There's no bind value for #{keyword.inspect}"
end