Method: Olaf::QueryExecutionError#initialize
- Defined in:
- lib/olaf/errors.rb
#initialize(message, olaf_query) ⇒ QueryExecutionError
Returns a new instance of QueryExecutionError.
35 36 37 38 39 |
# File 'lib/olaf/errors.rb', line 35 def initialize(, olaf_query) @query = olaf_query = olaf_query. super() end |