Class: WithClues::Private::GoodParams

Inherits:
CustomClueMethodAnalysis show all
Defined in:
lib/with_clues/private/custom_clue_method_analysis.rb

Instance Method Summary collapse

Methods inherited from CustomClueMethodAnalysis

from_method, #requires_page_object?, #standard_implementation?

Instance Method Details

#raise_exception!Object

Raises:

  • (StandardError)


116
117
118
# File 'lib/with_clues/private/custom_clue_method_analysis.rb', line 116

def raise_exception!
  raise StandardError.new("You should not have called .exception on a #{self.class.name}")
end