Exception: Db2Query::QueryMethodError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/db2_query/error.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



77
78
79
# File 'lib/db2_query/error.rb', line 77

def message
  "The query body needs to be callable or is a SQL statement string"
end