Top Level Namespace

Defined Under Namespace

Modules: Debugging, ErrorEnhancements Classes: Binding, Colors, EnhancedErrors

Constant Summary collapse

IGNORED_EXCEPTIONS =

While we could just catch StandardError, we would miss a number of things.

[
  SystemExit,
  NoMemoryError,
  SignalException,
  Interrupt,
  ScriptError,
  LoadError,
  NotImplementedError,
  SyntaxError,
  SystemStackError
]