Exception: SC::Tools::FatalException

Inherits:
Exception
  • Object
show all
Defined in:
lib/sproutcore/tools.rb

Overview

Raise this type of exception when a fatal error occurs because the user did not pass the correct options. This will be caught and displayed at the top level before exiting. Note that if you raise an exception of some other type, then a backtrace may be displayed as well (Which is not preferred)