Exception: BigBench::PostProcessor::InvalidProcessor
- Inherits:
-
StandardError
- Object
- StandardError
- BigBench::PostProcessor::InvalidProcessor
- 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
#message ⇒ Object
133 134 135 |
# File 'lib/bigbench/post_processor.rb', line 133 def "You have to either specify a valid post processor or a block" end |