Exception: BigBench::PostProcessor::InvalidProcessor

Inherits:
StandardError
  • Object
show all
Defined in:
lib/bigbench/post_processor.rb

Overview

Thrown if a processor wasn’t initialized the right way

Instance Method Summary collapse

Instance Method Details

#messageObject



133
134
135
# File 'lib/bigbench/post_processor.rb', line 133

def message
  "You have to either specify a valid post processor or a block"
end