Sha256: 82748b19bce800420c6d238f7fa117110ed2d9cb7359e4edbea116a73424fc59

Contents?: true

Size: 174 Bytes

Versions: 3

Compression:

Stored size: 174 Bytes

Contents

module MonteCarlo
  module Errors

    # Raised when trying to run an experiment before setting a sample method
    class NoSampleMethodError < StandardError; end

  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
monte_carlo-0.0.8 lib/monte_carlo/errors.rb
monte_carlo-0.0.7 lib/monte_carlo/errors.rb
monte_carlo-0.0.6 lib/monte_carlo/errors.rb