Exception: Prosperity::MissingValueAt

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

Instance Method Summary collapse

Constructor Details

#initializeMissingValueAt

Returns a new instance of MissingValueAt.



18
19
20
# File 'lib/prosperity/exception.rb', line 18

def initialize
  super "You have asked for the value_at, but none was specified"
end