Exception: MalformedValueMap

Inherits:
ArgumentError
  • Object
show all
Defined in:
app/models/metric_map.rb

Instance Method Summary (collapse)

Instance Method Details

- (Object) intialize(invalid)



2
3
4
5
# File 'app/models/metric_map.rb', line 2

def intialize(invalid)
  @message = "This is a bug. Sorry for the disruption."+
             " A value map is missing its name: #{invalid}"
end