Exception: Raw::ActionExit

Inherits:
Exception
  • Object
show all
Defined in:
lib/raw/render.rb

Overview

– Raise or Throw this exception to stop the current action. Typically called to skip the template. This is considerered a low level tactic. Prefer to use the exit method. ++