class Prosperity::MissingScope

Public Class Methods

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