class Grafana::InvalidDatasourceQueryProvidedError
Raised if a datasource shall be queried, which is not (yet) supported by the reporter
Public Class Methods
new(query)
click to toggle source
Calls superclass method
Grafana::GrafanaError::new
# File lib/grafana/errors.rb, line 69 def initialize(query) super("The datasource query provided, does not look like a grafana datasource target (received: #{query}).") end