Exception: fatal

Inherits:
Exception show all
Defined in:
error.c,
error.c

Overview

fatal is an Exception that is raised when Ruby has encountered a fatal error and must exit.

Method Summary

Methods inherited from Exception

#==, #backtrace, #backtrace_locations, #cause, #exception, exception, #full_message, #initialize, #inspect, #message, #set_backtrace, #to_s, to_tty?

Constructor Details

This class inherits a constructor from Exception