Exception: GitHub::SQL::BadBind
- Defined in:
- lib/github/sql.rb
Overview
Public: Raised when a bound “:keyword” value isn’t available.
Instance Method Summary collapse
-
#initialize(keyword) ⇒ BadBind
constructor
A new instance of BadBind.
Constructor Details
#initialize(keyword) ⇒ BadBind
Returns a new instance of BadBind.
105 106 107 |
# File 'lib/github/sql.rb', line 105 def initialize(keyword) super "There's no bind value for #{keyword.inspect}" end |