Exception: Wicked::Wizard::InvalidStepError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Wicked::Wizard::InvalidStepError
- Defined in:
- lib/wicked/wizard.rb
Instance Method Summary collapse
-
#initialize ⇒ InvalidStepError
constructor
A new instance of InvalidStepError.
Constructor Details
#initialize ⇒ InvalidStepError
Returns a new instance of InvalidStepError.
6 7 8 |
# File 'lib/wicked/wizard.rb', line 6 def initialize super "The requested step did not match any steps defined for this controller." end |