lib/monte_carlo/errors.rb in monte_carlo-0.0.5 vs lib/monte_carlo/errors.rb in monte_carlo-0.0.6
- old
+ new
@@ -1,7 +1,8 @@
module MonteCarlo
module Errors
+ # Raised when trying to run an experiment before setting a sample method
class NoSampleMethodError < StandardError; end
end
end