Sha256: b8728bd5cc6e1ba3b1a84ddfc091eb65645072f2d8682d3244c9f44e8ba3bcd0
Contents?: true
Size: 238 Bytes
Versions: 1
Compression:
Stored size: 238 Bytes
Contents
module CashFlowAnalysis class CalculationError < StandardError def initializer(error) @cause = cause super "An error occurred performing the calculation. See the cause property for further information" end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cash_flow_analysis-0.1.0 | lib/cash_flow_analysis/calculation_error.rb |