class BigBench::Configuration::InvalidOptions

Is returned if the configuration is not filled sufficiently

Public Instance Methods

message() click to toggle source
# File lib/bigbench/configuration.rb, line 52
def message
  "At least: #{Config::VALIDATE_OPTIONS.join(', ')} are required"
end