class Prosperity::MissingSql

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/prosperity/exception.rb, line 12
def initialize
  super "You have asked for the sql of a metric with no sql."
end