Exception: Prosperity::MissingScope

Inherits:
Exception
  • Object
show all
Defined in:
lib/prosperity/exception.rb

Instance Method Summary collapse

Constructor Details

#initializeMissingScope

Returns a new instance of MissingScope.



6
7
8
# File 'lib/prosperity/exception.rb', line 6

def initialize
  super "You have asked for the scope of a metric with no scope."
end