Method: Grafana::UnsupportedQueryResponseReceivedError#initialize
- Defined in:
- lib/grafana/errors.rb
#initialize(response) ⇒ UnsupportedQueryResponseReceivedError
Returns a new instance of UnsupportedQueryResponseReceivedError.
77 78 79 |
# File 'lib/grafana/errors.rb', line 77 def initialize(response) super("The datasource request returned with an unsupported response format (received: #{response}).") end |